Html Css Color HEX #021807 Dark Green

📋 copy color: '#021807'

red 2 ◦ green 24 ◦ blue 7

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

Shades of Dark Green #021807

Tints of Dark Green #021807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 72.73%

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

R = 6.06%
G = 72.73%
B = 21.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.91

RGB Variations

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

Color information

#021807 (or 0x021807) is known color: Dark Green. HEX triplet: 02, 18 and 07. RGB value is (2,24,7). Sum of RGB (Red+Green+Blue) = 2+24+7=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 24 (9.77% from 255 or 72.73% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 24 - color contains mainly: green. Hex color #021807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021807 is #FDE7F8. Grayscale: #0F0F0F. Windows color (decimal): -16639993 or 464898. OLE color: 464898.

HSL color Cylindrical-coordinate representation of color #021807: hue angle of 133.64º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021807 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 24 7 -
CMYK 0.92 0 0.71 0.91
HSL 133.64º 0.85% 0.05% -
HSV(B) 133.64º 0.92% 0.09% -
XYZ 0.39 0.68 0.31 -
YUV 15.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 2 24 7 0.92 0 0.71 0.91 133.64 0.85 0.05
Hex 2 18 7 5C 0 47 5B 86 55 5
Octal 2 30 7 134 0 107 133 206 125 5
Binary 10 11000 111 1011100 0 1000111 1011011 10000110 1010101 101

Color Harmonies of #021807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021807

Black with #021807

Text Example


Text Example

White with #021807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021807; }

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

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

background-color css

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

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

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

border-color css

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

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

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