#269602

Color #269602 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #269602

Tints of Forest Green #269602

Color information

#269602 (or 0x269602) is unknown color: approx Forest Green. HEX triplet: 26, 96 and 02. RGB value is (38,150,2). Sum of RGB (Red+Green+Blue) = 38+150+2=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 150 (58.98% from 255 or 78.95% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 150 - color contains mainly: green. Hex color #269602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269602 is #D969FD. Grayscale: #646464. Windows color (decimal): -14248446 or 169510. OLE color: 169510.

HSL color Cylindrical-coordinate representation of color #269602: hue angle of 105.41º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #269602 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB381502-
CMYK0.7500.990.41
HSL105.41º97.37%29.8%-
HSV(B)105.41º98.67%58.82%-
XYZ11.7222.233.73-
YUV99.6472.8984.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 150 (58.98% from 255) = 78.95%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=20%
G=78.95%
B=1.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3815020.7500.990.41105.4197.3729.8
Hex269624B0632969611e
Octal46226211301435115114136
Binary10011010010110101001011011000111010011101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269602; }

 p { color: rgb(38,150,2); }

 H1.HeaderClassName
 {
   color: #269602;
 }
 .AnyTagClassName
 {
   color: #269602;
 }
</style>
background-color css

<style>
 a { background-color: #269602; }

 a { background-color: rgb(38,150,2); }

 div.DivClassName
 {
   background-color: #269602;
 }
 .BgClassName
 {
   background-color: #269602;
 }
</style>
border-color css

<style>
 span { border-color: #269602; }

 span { border-color: rgb(38,150,2); }

 td.TdClassName
 {
   border-color: #269602;
 }
 .TagClassName
 {
   border-color: #269602;
 }
</style>