Html Css Color HEX #12401F Deep Fir

📋 copy color: '#12401F'

red 18 ◦ green 64 ◦ blue 31

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

Shades of Deep Fir #12401F

Tints of Deep Fir #12401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 56.64%

 BLUE value IS 31 (12.5% from 255) = 27.43%

R = 15.93%
G = 56.64%
B = 27.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#12401F (or 0x12401F) is known color: Deep Fir. HEX triplet: 12, 40 and 1F. RGB value is (18,64,31). Sum of RGB (Red+Green+Blue) = 18+64+31=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #12401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12401F is #EDBFE0. Grayscale: #2E2E2E. Windows color (decimal): -15581153 or 2048018. OLE color: 2048018.

HSL color Cylindrical-coordinate representation of color #12401F: hue angle of 136.96º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12401F is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 64 31 -
CMYK 0.72 0 0.52 0.75
HSL 136.96º 0.56% 0.16% -
HSV(B) 136.96º 0.72% 0.25% -
XYZ 2.33 3.89 1.93 -
YUV 46.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 18 64 31 0.72 0 0.52 0.75 136.96 0.56 0.16
Hex 12 40 1F 48 0 34 4B 89 38 10
Octal 22 100 37 110 0 64 113 211 70 20
Binary 10010 1000000 11111 1001000 0 110100 1001011 10001001 111000 10000

Color Harmonies of #12401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12401F

Black with #12401F

Text Example


Text Example

White with #12401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12401F; }

 p { color: rgb(18,64,31); }

 H1.HeaderClassName
 {
   color: #12401F;
 }
 .AnyTagClassName
 {
   color: #12401F;
 }
</style>

background-color css

<style>
 a { background-color: #12401F; }

 a { background-color: rgb(18,64,31); }

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

border-color css

<style>
 span { border-color: #12401F; }

 span { border-color: rgb(18,64,31); }

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