Html Css Color HEX #02321C Dark Green

📋 copy color: '#02321C'

red 2 ◦ green 50 ◦ blue 28

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

Shades of Dark Green #02321C

Tints of Dark Green #02321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 62.5%

 BLUE value IS 28 (11.33% from 255) = 35%

R = 2.5%
G = 62.5%
B = 35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#02321C (or 0x02321C) is known color: Dark Green. HEX triplet: 02, 32 and 1C. RGB value is (2,50,28). Sum of RGB (Red+Green+Blue) = 2+50+28=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 50 (19.92% from 255 or 62.5% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 50 - color contains mainly: green. Hex color #02321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02321C is #FDCDE3. Grayscale: #212121. Windows color (decimal): -16633316 or 1847810. OLE color: 1847810.

HSL color Cylindrical-coordinate representation of color #02321C: hue angle of 152.5º 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 #02321C is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 2 50 28 -
CMYK 0.96 0 0.44 0.80
HSL 152.5º 0.92% 0.1% -
HSV(B) 152.5º 0.96% 0.2% -
XYZ 1.38 2.38 1.49 -
YUV 33.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 2 50 28 0.96 0 0.44 0.80 152.5 0.92 0.1
Hex 2 32 1C 60 0 2C 50 98 5C A
Octal 2 62 34 140 0 54 120 230 134 12
Binary 10 110010 11100 1100000 0 101100 1010000 10011000 1011100 1010

Color Harmonies of #02321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02321C

Black with #02321C

Text Example


Text Example

White with #02321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02321C; }

 p { color: rgb(2,50,28); }

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

background-color css

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

 a { background-color: rgb(2,50,28); }

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

border-color css

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

 span { border-color: rgb(2,50,28); }

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