Html Css Color HEX #12361F Deep Fir

📋 copy color: '#12361F'

red 18 ◦ green 54 ◦ blue 31

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

Shades of Deep Fir #12361F

Tints of Deep Fir #12361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 52.43%

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

R = 17.48%
G = 52.43%
B = 30.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#12361F (or 0x12361F) is known color: Deep Fir. HEX triplet: 12, 36 and 1F. RGB value is (18,54,31). Sum of RGB (Red+Green+Blue) = 18+54+31=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #12361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12361F is #EDC9E0. Grayscale: #282828. Windows color (decimal): -15583713 or 2045458. OLE color: 2045458.

HSL color Cylindrical-coordinate representation of color #12361F: hue angle of 141.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12361F is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 54 31 -
CMYK 0.67 0 0.43 0.79
HSL 141.67º 0.5% 0.14% -
HSV(B) 141.67º 0.67% 0.21% -
XYZ 1.82 2.87 1.75 -
YUV 40.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 18 54 31 0.67 0 0.43 0.79 141.67 0.5 0.14
Hex 12 36 1F 43 0 2B 4F 8E 32 E
Octal 22 66 37 103 0 53 117 216 62 16
Binary 10010 110110 11111 1000011 0 101011 1001111 10001110 110010 1110

Color Harmonies of #12361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12361F

Black with #12361F

Text Example


Text Example

White with #12361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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