Html Css Color HEX #02330D Deep Fir

📋 copy color: '#02330D'

red 2 ◦ green 51 ◦ blue 13

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

Shades of Deep Fir #02330D

Tints of Deep Fir #02330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 77.27%

 BLUE value IS 13 (5.47% from 255) = 19.7%

R = 3.03%
G = 77.27%
B = 19.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#02330D (or 0x02330D) is known color: Deep Fir. HEX triplet: 02, 33 and 0D. RGB value is (2,51,13). Sum of RGB (Red+Green+Blue) = 2+51+13=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 51 (20.31% from 255 or 77.27% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 51 - color contains mainly: green. Hex color #02330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02330D is #FDCCF2. Grayscale: #202020. Windows color (decimal): -16633075 or 865026. OLE color: 865026.

HSL color Cylindrical-coordinate representation of color #02330D: hue angle of 133.47º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02330D is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 2 51 13 -
CMYK 0.96 0 0.75 0.8
HSL 133.47º 0.92% 0.1% -
HSV(B) 133.47º 0.96% 0.2% -
XYZ 1.28 2.41 0.78 -
YUV 32.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 2 51 13 0.96 0 0.75 0.8 133.47 0.92 0.1
Hex 2 33 D 60 0 4B 50 85 5C A
Octal 2 63 15 140 0 113 120 205 134 12
Binary 10 110011 1101 1100000 0 1001011 1010000 10000101 1011100 1010

Color Harmonies of #02330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02330D

Black with #02330D

Text Example


Text Example

White with #02330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,51,13); }

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

background-color css

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

 a { background-color: rgb(2,51,13); }

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

border-color css

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

 span { border-color: rgb(2,51,13); }

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