Html Css Color HEX #12301B Deep Fir

📋 copy color: '#12301B'

red 18 ◦ green 48 ◦ blue 27

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

Shades of Deep Fir #12301B

Tints of Deep Fir #12301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 51.61%

 BLUE value IS 27 (10.94% from 255) = 29.03%

R = 19.35%
G = 51.61%
B = 29.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#12301B (or 0x12301B) is known color: Deep Fir. HEX triplet: 12, 30 and 1B. RGB value is (18,48,27). Sum of RGB (Red+Green+Blue) = 18+48+27=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #12301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12301B is #EDCFE4. Grayscale: #242424. Windows color (decimal): -15585253 or 1781778. OLE color: 1781778.

HSL color Cylindrical-coordinate representation of color #12301B: hue angle of 138º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12301B is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 48 27 -
CMYK 0.63 0 0.44 0.81
HSL 138º 0.45% 0.13% -
HSV(B) 138º 0.63% 0.19% -
XYZ 1.5 2.32 1.41 -
YUV 36.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 18 48 27 0.63 0 0.44 0.81 138 0.45 0.13
Hex 12 30 1B 3F 0 2C 51 8A 2D D
Octal 22 60 33 77 0 54 121 212 55 15
Binary 10010 110000 11011 111111 0 101100 1010001 10001010 101101 1101

Color Harmonies of #12301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12301B

Black with #12301B

Text Example


Text Example

White with #12301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12301B; }

 p { color: rgb(18,48,27); }

 H1.HeaderClassName
 {
   color: #12301B;
 }
 .AnyTagClassName
 {
   color: #12301B;
 }
</style>

background-color css

<style>
 a { background-color: #12301B; }

 a { background-color: rgb(18,48,27); }

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

border-color css

<style>
 span { border-color: #12301B; }

 span { border-color: rgb(18,48,27); }

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