Html Css Color HEX #12751D Forest Green

📋 copy color: '#12751D'

red 18 ◦ green 117 ◦ blue 29

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

Shades of Forest Green #12751D

Tints of Forest Green #12751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 71.34%

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

R = 10.98%
G = 71.34%
B = 17.68%

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

#12751D (or 0x12751D) is known color: Forest Green. HEX triplet: 12, 75 and 1D. RGB value is (18,117,29). Sum of RGB (Red+Green+Blue) = 18+117+29=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 117 (46.09% from 255 or 71.34% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 117 - color contains mainly: green. Hex color #12751D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12751D is #ED8AE2. Grayscale: #4D4D4D. Windows color (decimal): -15567587 or 1930514. OLE color: 1930514.

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

Color convert

RGB 18 117 29 -
CMYK 0.85 0 0.75 0.54
HSL 126.67º 0.73% 0.26% -
HSV(B) 126.67º 0.85% 0.46% -
XYZ 6.83 12.94 3.3 -
YUV 77.37 100.7 85.66 -
System Red Green Blue C M Y K H S L
Decimal 18 117 29 0.85 0 0.75 0.54 126.67 0.73 0.26
Hex 12 75 1D 55 0 4B 36 7F 49 1A
Octal 22 165 35 125 0 113 66 177 111 32
Binary 10010 1110101 11101 1010101 0 1001011 110110 1111111 1001001 11010

Color Harmonies of #12751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12751D

Black with #12751D

Text Example


Text Example

White with #12751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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