Html Css Color HEX #12761D Forest Green

📋 copy color: '#12761D'

red 18 ◦ green 118 ◦ blue 29

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

Shades of Forest Green #12761D

Tints of Forest Green #12761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 71.52%

 BLUE value IS 29 (11.72% from 255) = 17.58%

R = 10.91%
G = 71.52%
B = 17.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#12761D (or 0x12761D) is known color: Forest Green. HEX triplet: 12, 76 and 1D. RGB value is (18,118,29). Sum of RGB (Red+Green+Blue) = 18+118+29=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 118 (46.48% from 255 or 71.52% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 118 - color contains mainly: green. Hex color #12761D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12761D is #ED89E2. Grayscale: #4E4E4E. Windows color (decimal): -15567331 or 1930770. OLE color: 1930770.

HSL color Cylindrical-coordinate representation of color #12761D: hue angle of 126.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12761D is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 29 -
CMYK 0.85 0 0.75 0.54
HSL 126.6º 0.74% 0.27% -
HSV(B) 126.6º 0.85% 0.46% -
XYZ 6.95 13.17 3.34 -
YUV 77.95 100.37 85.24 -
System Red Green Blue C M Y K H S L
Decimal 18 118 29 0.85 0 0.75 0.54 126.6 0.74 0.27
Hex 12 76 1D 55 0 4B 36 7F 4A 1B
Octal 22 166 35 125 0 113 66 177 112 33
Binary 10010 1110110 11101 1010101 0 1001011 110110 1111111 1001010 11011

Color Harmonies of #12761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12761D

Black with #12761D

Text Example


Text Example

White with #12761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12761D; }

 p { color: rgb(18,118,29); }

 H1.HeaderClassName
 {
   color: #12761D;
 }
 .AnyTagClassName
 {
   color: #12761D;
 }
</style>

background-color css

<style>
 a { background-color: #12761D; }

 a { background-color: rgb(18,118,29); }

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

border-color css

<style>
 span { border-color: #12761D; }

 span { border-color: rgb(18,118,29); }

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