Html Css Color HEX #269B12 Forest Green

📋 copy color: '#269B12'

red 38 ◦ green 155 ◦ blue 18

#269B12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #269B12

Tints of Forest Green #269B12

RGB

 RED value IS 38 (15.23% from 255) = 18.01%

 GREEN value IS 155 (60.94% from 255) = 73.46%

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 18.01%
G = 73.46%
B = 8.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#269B12 (or 0x269B12) is known color: Forest Green. HEX triplet: 26, 9B and 12. RGB value is (38,155,18). Sum of RGB (Red+Green+Blue) = 38+155+18=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 155 (60.94% from 255 or 73.46% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 155 - color contains mainly: green. Hex color #269B12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269B12 is #D964ED. Grayscale: #686868. Windows color (decimal): -14247150 or 1219366. OLE color: 1219366.

HSL color Cylindrical-coordinate representation of color #269B12: hue angle of 111.24º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #269B12 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 155 18 -
CMYK 0.75 0 0.88 0.39
HSL 111.24º 0.79% 0.34% -
HSV(B) 111.24º 0.88% 0.61% -
XYZ 12.63 23.9 4.52 -
YUV 104.4 79.24 80.64 -
System Red Green Blue C M Y K H S L
Decimal 38 155 18 0.75 0 0.88 0.39 111.24 0.79 0.34
Hex 26 9B 12 4B 0 58 27 6F 4F 22
Octal 46 233 22 113 0 130 47 157 117 42
Binary 100110 10011011 10010 1001011 0 1011000 100111 1101111 1001111 100010

Color Harmonies of #269B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269B12

Black with #269B12

Text Example


Text Example

White with #269B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269B12; }

 p { color: rgb(38,155,18); }

 H1.HeaderClassName
 {
   color: #269B12;
 }
 .AnyTagClassName
 {
   color: #269B12;
 }
</style>

background-color css

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

 a { background-color: rgb(38,155,18); }

 div.DivClassName
 {
   background-color: #269B12;
 }
 .BgClassName
 {
   background-color: #269B12;
 }
</style>

border-color css

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

 span { border-color: rgb(38,155,18); }

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