Html Css Color HEX #12821B Forest Green

📋 copy color: '#12821B'

red 18 ◦ green 130 ◦ blue 27

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

Shades of Forest Green #12821B

Tints of Forest Green #12821B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 74.29%

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

R = 10.29%
G = 74.29%
B = 15.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#12821B (or 0x12821B) is known color: Forest Green. HEX triplet: 12, 82 and 1B. RGB value is (18,130,27). Sum of RGB (Red+Green+Blue) = 18+130+27=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #12821B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12821B is #ED7DE4. Grayscale: #555555. Windows color (decimal): -15564261 or 1802770. OLE color: 1802770.

HSL color Cylindrical-coordinate representation of color #12821B: hue angle of 124.82º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12821B is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 27 -
CMYK 0.86 0 0.79 0.49
HSL 124.82º 0.76% 0.29% -
HSV(B) 124.82º 0.86% 0.51% -
XYZ 8.43 16.17 3.71 -
YUV 84.77 95.39 80.38 -
System Red Green Blue C M Y K H S L
Decimal 18 130 27 0.86 0 0.79 0.49 124.82 0.76 0.29
Hex 12 82 1B 56 0 4F 31 7D 4C 1D
Octal 22 202 33 126 0 117 61 175 114 35
Binary 10010 10000010 11011 1010110 0 1001111 110001 1111101 1001100 11101

Color Harmonies of #12821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12821B

Black with #12821B

Text Example


Text Example

White with #12821B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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