Html Css Color HEX #12971B Forest Green

📋 copy color: '#12971B'

red 18 ◦ green 151 ◦ blue 27

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

Shades of Forest Green #12971B

Tints of Forest Green #12971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 77.04%

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

R = 9.18%
G = 77.04%
B = 13.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#12971B (or 0x12971B) is known color: Forest Green. HEX triplet: 12, 97 and 1B. RGB value is (18,151,27). Sum of RGB (Red+Green+Blue) = 18+151+27=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 151 (59.38% from 255 or 77.04% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 151 - color contains mainly: green. Hex color #12971B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12971B is #ED68E4. Grayscale: #616161. Windows color (decimal): -15558885 or 1808146. OLE color: 1808146.

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

Color convert

RGB 18 151 27 -
CMYK 0.88 0 0.82 0.41
HSL 124.06º 0.79% 0.33% -
HSV(B) 124.06º 0.88% 0.59% -
XYZ 11.51 22.34 4.74 -
YUV 97.1 88.44 71.58 -
System Red Green Blue C M Y K H S L
Decimal 18 151 27 0.88 0 0.82 0.41 124.06 0.79 0.33
Hex 12 97 1B 58 0 52 29 7C 4F 21
Octal 22 227 33 130 0 122 51 174 117 41
Binary 10010 10010111 11011 1011000 0 1010010 101001 1111100 1001111 100001

Color Harmonies of #12971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12971B

Black with #12971B

Text Example


Text Example

White with #12971B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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