Html Css Color HEX #12951B Forest Green

📋 copy color: '#12951B'

red 18 ◦ green 149 ◦ blue 27

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

Shades of Forest Green #12951B

Tints of Forest Green #12951B

RGB

 RED value IS 18 (7.42% from 255) = 9.28%

 GREEN value IS 149 (58.59% from 255) = 76.8%

 BLUE value IS 27 (10.94% from 255) = 13.92%

R = 9.28%
G = 76.8%
B = 13.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#12951B (or 0x12951B) is known color: Forest Green. HEX triplet: 12, 95 and 1B. RGB value is (18,149,27). Sum of RGB (Red+Green+Blue) = 18+149+27=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 149 (58.59% from 255 or 76.80% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 149 - color contains mainly: green. Hex color #12951B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12951B is #ED6AE4. Grayscale: #606060. Windows color (decimal): -15559397 or 1807634. OLE color: 1807634.

HSL color Cylindrical-coordinate representation of color #12951B: hue angle of 124.12º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12951B is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 27 -
CMYK 0.88 0 0.82 0.42
HSL 124.12º 0.78% 0.33% -
HSV(B) 124.12º 0.88% 0.58% -
XYZ 11.19 21.7 4.64 -
YUV 95.92 89.1 72.42 -
System Red Green Blue C M Y K H S L
Decimal 18 149 27 0.88 0 0.82 0.42 124.12 0.78 0.33
Hex 12 95 1B 58 0 52 2A 7C 4E 21
Octal 22 225 33 130 0 122 52 174 116 41
Binary 10010 10010101 11011 1011000 0 1010010 101010 1111100 1001110 100001

Color Harmonies of #12951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12951B

Black with #12951B

Text Example


Text Example

White with #12951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12951B; }

 p { color: rgb(18,149,27); }

 H1.HeaderClassName
 {
   color: #12951B;
 }
 .AnyTagClassName
 {
   color: #12951B;
 }
</style>

background-color css

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

 a { background-color: rgb(18,149,27); }

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

border-color css

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

 span { border-color: rgb(18,149,27); }

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