Html Css Color HEX #12942B Forest Green

📋 copy color: '#12942B'

red 18 ◦ green 148 ◦ blue 43

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

Shades of Forest Green #12942B

Tints of Forest Green #12942B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.57%

R = 8.61%
G = 70.81%
B = 20.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#12942B (or 0x12942B) is known color: Forest Green. HEX triplet: 12, 94 and 2B. RGB value is (18,148,43). Sum of RGB (Red+Green+Blue) = 18+148+43=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 148 (58.20% from 255 or 70.81% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 148 - color contains mainly: green. Hex color #12942B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12942B is #ED6BD4. Grayscale: #616161. Windows color (decimal): -15559637 or 2855954. OLE color: 2855954.

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

Color convert

RGB 18 148 43 -
CMYK 0.88 0 0.71 0.42
HSL 131.54º 0.78% 0.33% -
HSV(B) 131.54º 0.88% 0.58% -
XYZ 11.28 21.48 5.84 -
YUV 97.16 97.43 71.54 -
System Red Green Blue C M Y K H S L
Decimal 18 148 43 0.88 0 0.71 0.42 131.54 0.78 0.33
Hex 12 94 2B 58 0 47 2A 84 4E 21
Octal 22 224 53 130 0 107 52 204 116 41
Binary 10010 10010100 101011 1011000 0 1000111 101010 10000100 1001110 100001

Color Harmonies of #12942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12942B

Black with #12942B

Text Example


Text Example

White with #12942B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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