Html Css Color HEX #02301D Dark Green

📋 copy color: '#02301D'

red 2 ◦ green 48 ◦ blue 29

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

Shades of Dark Green #02301D

Tints of Dark Green #02301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 36.71%

R = 2.53%
G = 60.76%
B = 36.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#02301D (or 0x02301D) is known color: Dark Green. HEX triplet: 02, 30 and 1D. RGB value is (2,48,29). Sum of RGB (Red+Green+Blue) = 2+48+29=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #02301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02301D is #FDCFE2. Grayscale: #202020. Windows color (decimal): -16633827 or 1912834. OLE color: 1912834.

HSL color Cylindrical-coordinate representation of color #02301D: hue angle of 155.22º 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 #02301D is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 48 29 -
CMYK 0.96 0 0.40 0.81
HSL 155.22º 0.92% 0.1% -
HSV(B) 155.22º 0.96% 0.19% -
XYZ 1.3 2.22 1.52 -
YUV 32.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 2 48 29 0.96 0 0.40 0.81 155.22 0.92 0.1
Hex 2 30 1D 60 0 28 51 9B 5C A
Octal 2 60 35 140 0 50 121 233 134 12
Binary 10 110000 11101 1100000 0 101000 1010001 10011011 1011100 1010

Color Harmonies of #02301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02301D

Black with #02301D

Text Example


Text Example

White with #02301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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