Html Css Color HEX #02290A Deep Fir

📋 copy color: '#02290A'

red 2 ◦ green 41 ◦ blue 10

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

Shades of Deep Fir #02290A

Tints of Deep Fir #02290A

RGB

 RED value IS 2 (1.17% from 255) = 3.77%

 GREEN value IS 41 (16.41% from 255) = 77.36%

 BLUE value IS 10 (4.3% from 255) = 18.87%

R = 3.77%
G = 77.36%
B = 18.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.84

RGB Variations

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

Color information

#02290A (or 0x02290A) is known color: Deep Fir. HEX triplet: 02, 29 and 0A. RGB value is (2,41,10). Sum of RGB (Red+Green+Blue) = 2+41+10=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 41 (16.41% from 255 or 77.36% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 41 - color contains mainly: green. Hex color #02290A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02290A is #FDD6F5. Grayscale: #191919. Windows color (decimal): -16635638 or 665858. OLE color: 665858.

HSL color Cylindrical-coordinate representation of color #02290A: hue angle of 132.31º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02290A is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 41 10 -
CMYK 0.95 0 0.76 0.84
HSL 132.31º 0.91% 0.08% -
HSV(B) 132.31º 0.95% 0.16% -
XYZ 0.87 1.62 0.55 -
YUV 25.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 2 41 10 0.95 0 0.76 0.84 132.31 0.91 0.08
Hex 2 29 A 5F 0 4C 54 84 5B 8
Octal 2 51 12 137 0 114 124 204 133 10
Binary 10 101001 1010 1011111 0 1001100 1010100 10000100 1011011 1000

Color Harmonies of #02290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02290A

Black with #02290A

Text Example


Text Example

White with #02290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02290A; }

 p { color: rgb(2,41,10); }

 H1.HeaderClassName
 {
   color: #02290A;
 }
 .AnyTagClassName
 {
   color: #02290A;
 }
</style>

background-color css

<style>
 a { background-color: #02290A; }

 a { background-color: rgb(2,41,10); }

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

border-color css

<style>
 span { border-color: #02290A; }

 span { border-color: rgb(2,41,10); }

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