Html Css Color HEX #12431D Deep Fir

📋 copy color: '#12431D'

red 18 ◦ green 67 ◦ blue 29

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

Shades of Deep Fir #12431D

Tints of Deep Fir #12431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 58.77%

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

R = 15.79%
G = 58.77%
B = 25.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#12431D (or 0x12431D) is known color: Deep Fir. HEX triplet: 12, 43 and 1D. RGB value is (18,67,29). Sum of RGB (Red+Green+Blue) = 18+67+29=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #12431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12431D is #EDBCE2. Grayscale: #303030. Windows color (decimal): -15580387 or 1917714. OLE color: 1917714.

HSL color Cylindrical-coordinate representation of color #12431D: hue angle of 133.47º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12431D is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 67 29 -
CMYK 0.73 0 0.57 0.74
HSL 133.47º 0.58% 0.17% -
HSV(B) 133.47º 0.73% 0.26% -
XYZ 2.48 4.23 1.85 -
YUV 48.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 18 67 29 0.73 0 0.57 0.74 133.47 0.58 0.17
Hex 12 43 1D 49 0 39 4A 85 3A 11
Octal 22 103 35 111 0 71 112 205 72 21
Binary 10010 1000011 11101 1001001 0 111001 1001010 10000101 111010 10001

Color Harmonies of #12431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12431D

Black with #12431D

Text Example


Text Example

White with #12431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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