Html Css Color HEX #042F09 Deep Fir

📋 copy color: '#042F09'

red 4 ◦ green 47 ◦ blue 9

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

Shades of Deep Fir #042F09

Tints of Deep Fir #042F09

RGB

 RED value IS 4 (1.95% from 255) = 6.67%

 GREEN value IS 47 (18.75% from 255) = 78.33%

 BLUE value IS 9 (3.91% from 255) = 15%

R = 6.67%
G = 78.33%
B = 15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.82

RGB Variations

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

Color information

#042F09 (or 0x042F09) is known color: Deep Fir. HEX triplet: 04, 2F and 09. RGB value is (4,47,9). Sum of RGB (Red+Green+Blue) = 4+47+9=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 47 (18.75% from 255 or 78.33% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 47 - color contains mainly: green. Hex color #042F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042F09 is #FBD0F6. Grayscale: #1D1D1D. Windows color (decimal): -16503031 or 601860. OLE color: 601860.

HSL color Cylindrical-coordinate representation of color #042F09: hue angle of 126.98º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042F09 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 47 9 -
CMYK 0.91 0 0.81 0.82
HSL 126.98º 0.84% 0.1% -
HSV(B) 126.98º 0.91% 0.18% -
XYZ 1.12 2.08 0.6 -
YUV 29.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 4 47 9 0.91 0 0.81 0.82 126.98 0.84 0.1
Hex 4 2F 9 5B 0 51 52 7F 54 A
Octal 4 57 11 133 0 121 122 177 124 12
Binary 100 101111 1001 1011011 0 1010001 1010010 1111111 1010100 1010

Color Harmonies of #042F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042F09

Black with #042F09

Text Example


Text Example

White with #042F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042F09; }

 p { color: rgb(4,47,9); }

 H1.HeaderClassName
 {
   color: #042F09;
 }
 .AnyTagClassName
 {
   color: #042F09;
 }
</style>

background-color css

<style>
 a { background-color: #042F09; }

 a { background-color: rgb(4,47,9); }

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

border-color css

<style>
 span { border-color: #042F09; }

 span { border-color: rgb(4,47,9); }

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