Html Css Color HEX #12941B Forest Green

📋 copy color: '#12941B'

red 18 ◦ green 148 ◦ blue 27

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

Shades of Forest Green #12941B

Tints of Forest Green #12941B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 76.68%

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

R = 9.33%
G = 76.68%
B = 13.99%

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

#12941B (or 0x12941B) is known color: Forest Green. HEX triplet: 12, 94 and 1B. RGB value is (18,148,27). Sum of RGB (Red+Green+Blue) = 18+148+27=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 148 (58.20% from 255 or 76.68% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 148 - color contains mainly: green. Hex color #12941B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12941B is #ED6BE4. Grayscale: #5F5F5F. Windows color (decimal): -15559653 or 1807378. OLE color: 1807378.

HSL color Cylindrical-coordinate representation of color #12941B: hue angle of 124.15º 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 #12941B is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 27 -
CMYK 0.88 0 0.82 0.42
HSL 124.15º 0.78% 0.33% -
HSV(B) 124.15º 0.88% 0.58% -
XYZ 11.04 21.39 4.58 -
YUV 95.34 89.43 72.84 -
System Red Green Blue C M Y K H S L
Decimal 18 148 27 0.88 0 0.82 0.42 124.15 0.78 0.33
Hex 12 94 1B 58 0 52 2A 7C 4E 21
Octal 22 224 33 130 0 122 52 174 116 41
Binary 10010 10010100 11011 1011000 0 1010010 101010 1111100 1001110 100001

Color Harmonies of #12941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12941B

Black with #12941B

Text Example


Text Example

White with #12941B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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