Html Css Color HEX #023007 Deep Fir

📋 copy color: '#023007'

red 2 ◦ green 48 ◦ blue 7

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

Shades of Deep Fir #023007

Tints of Deep Fir #023007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 12.28%

R = 3.51%
G = 84.21%
B = 12.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#023007 (or 0x023007) is known color: Deep Fir. HEX triplet: 02, 30 and 07. RGB value is (2,48,7). Sum of RGB (Red+Green+Blue) = 2+48+7=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 48 (19.14% from 255 or 84.21% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 48 - color contains mainly: green. Hex color #023007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023007 is #FDCFF8. Grayscale: #1D1D1D. Windows color (decimal): -16633849 or 471042. OLE color: 471042.

HSL color Cylindrical-coordinate representation of color #023007: hue angle of 126.52º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023007 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 48 7 -
CMYK 0.96 0 0.85 0.81
HSL 126.52º 0.92% 0.1% -
HSV(B) 126.52º 0.96% 0.19% -
XYZ 1.12 2.14 0.56 -
YUV 29.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 2 48 7 0.96 0 0.85 0.81 126.52 0.92 0.1
Hex 2 30 7 60 0 55 51 7F 5C A
Octal 2 60 7 140 0 125 121 177 134 12
Binary 10 110000 111 1100000 0 1010101 1010001 1111111 1011100 1010

Color Harmonies of #023007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023007

Black with #023007

Text Example


Text Example

White with #023007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023007; }

 p { color: rgb(2,48,7); }

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

background-color css

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

 a { background-color: rgb(2,48,7); }

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

border-color css

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

 span { border-color: rgb(2,48,7); }

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