Html Css Color HEX #12411E Deep Fir

📋 copy color: '#12411E'

red 18 ◦ green 65 ◦ blue 30

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

Shades of Deep Fir #12411E

Tints of Deep Fir #12411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 57.52%

 BLUE value IS 30 (12.11% from 255) = 26.55%

R = 15.93%
G = 57.52%
B = 26.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#12411E (or 0x12411E) is known color: Deep Fir. HEX triplet: 12, 41 and 1E. RGB value is (18,65,30). Sum of RGB (Red+Green+Blue) = 18+65+30=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #12411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12411E is #EDBEE1. Grayscale: #2F2F2F. Windows color (decimal): -15580898 or 1982738. OLE color: 1982738.

HSL color Cylindrical-coordinate representation of color #12411E: hue angle of 135.32º degrees, saturation: 0.57, 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 #12411E is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 65 30 -
CMYK 0.72 0 0.54 0.75
HSL 135.32º 0.57% 0.16% -
HSV(B) 135.32º 0.72% 0.25% -
XYZ 2.37 4 1.88 -
YUV 46.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 18 65 30 0.72 0 0.54 0.75 135.32 0.57 0.16
Hex 12 41 1E 48 0 36 4B 87 39 10
Octal 22 101 36 110 0 66 113 207 71 20
Binary 10010 1000001 11110 1001000 0 110110 1001011 10000111 111001 10000

Color Harmonies of #12411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12411E

Black with #12411E

Text Example


Text Example

White with #12411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12411E; }

 p { color: rgb(18,65,30); }

 H1.HeaderClassName
 {
   color: #12411E;
 }
 .AnyTagClassName
 {
   color: #12411E;
 }
</style>

background-color css

<style>
 a { background-color: #12411E; }

 a { background-color: rgb(18,65,30); }

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

border-color css

<style>
 span { border-color: #12411E; }

 span { border-color: rgb(18,65,30); }

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