Html Css Color HEX #12381D Deep Fir

📋 copy color: '#12381D'

red 18 ◦ green 56 ◦ blue 29

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

Shades of Deep Fir #12381D

Tints of Deep Fir #12381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 54.37%

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

R = 17.48%
G = 54.37%
B = 28.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#12381D (or 0x12381D) is known color: Deep Fir. HEX triplet: 12, 38 and 1D. RGB value is (18,56,29). Sum of RGB (Red+Green+Blue) = 18+56+29=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #12381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12381D is #EDC7E2. Grayscale: #292929. Windows color (decimal): -15583203 or 1914898. OLE color: 1914898.

HSL color Cylindrical-coordinate representation of color #12381D: hue angle of 137.37º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12381D is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 56 29 -
CMYK 0.68 0 0.48 0.78
HSL 137.37º 0.51% 0.15% -
HSV(B) 137.37º 0.68% 0.22% -
XYZ 1.89 3.05 1.65 -
YUV 41.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 18 56 29 0.68 0 0.48 0.78 137.37 0.51 0.15
Hex 12 38 1D 44 0 30 4E 89 33 F
Octal 22 70 35 104 0 60 116 211 63 17
Binary 10010 111000 11101 1000100 0 110000 1001110 10001001 110011 1111

Color Harmonies of #12381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12381D

Black with #12381D

Text Example


Text Example

White with #12381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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