Html Css Color HEX #02250A Deep Fir

📋 copy color: '#02250A'

red 2 ◦ green 37 ◦ blue 10

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

Shades of Deep Fir #02250A

Tints of Deep Fir #02250A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 75.51%

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

R = 4.08%
G = 75.51%
B = 20.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#02250A (or 0x02250A) is known color: Deep Fir. HEX triplet: 02, 25 and 0A. RGB value is (2,37,10). Sum of RGB (Red+Green+Blue) = 2+37+10=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 37 (14.84% from 255 or 75.51% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 37 - color contains mainly: green. Hex color #02250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02250A is #FDDAF5. Grayscale: #171717. Windows color (decimal): -16636662 or 664834. OLE color: 664834.

HSL color Cylindrical-coordinate representation of color #02250A: hue angle of 133.71º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02250A is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 37 10 -
CMYK 0.95 0 0.73 0.85
HSL 133.71º 0.9% 0.08% -
HSV(B) 133.71º 0.95% 0.15% -
XYZ 0.74 1.36 0.51 -
YUV 23.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 2 37 10 0.95 0 0.73 0.85 133.71 0.9 0.08
Hex 2 25 A 5F 0 49 55 86 5A 8
Octal 2 45 12 137 0 111 125 206 132 10
Binary 10 100101 1010 1011111 0 1001001 1010101 10000110 1011010 1000

Color Harmonies of #02250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02250A

Black with #02250A

Text Example


Text Example

White with #02250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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