Html Css Color HEX #02321A Dark Green

📋 copy color: '#02321A'

red 2 ◦ green 50 ◦ blue 26

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

Shades of Dark Green #02321A

Tints of Dark Green #02321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 33.33%

R = 2.56%
G = 64.1%
B = 33.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#02321A (or 0x02321A) is known color: Dark Green. HEX triplet: 02, 32 and 1A. RGB value is (2,50,26). Sum of RGB (Red+Green+Blue) = 2+50+26=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #02321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02321A is #FDCDE5. Grayscale: #202020. Windows color (decimal): -16633318 or 1716738. OLE color: 1716738.

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

Color convert

RGB 2 50 26 -
CMYK 0.96 0 0.48 0.80
HSL 150º 0.92% 0.1% -
HSV(B) 150º 0.96% 0.2% -
XYZ 1.35 2.37 1.36 -
YUV 32.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 2 50 26 0.96 0 0.48 0.80 150 0.92 0.1
Hex 2 32 1A 60 0 30 50 96 5C A
Octal 2 62 32 140 0 60 120 226 134 12
Binary 10 110010 11010 1100000 0 110000 1010000 10010110 1011100 1010

Color Harmonies of #02321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02321A

Black with #02321A

Text Example


Text Example

White with #02321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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