Html Css Color HEX #02332A Dark Green

📋 copy color: '#02332A'

red 2 ◦ green 51 ◦ blue 42

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

Shades of Dark Green #02332A

Tints of Dark Green #02332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 53.68%

 BLUE value IS 42 (16.8% from 255) = 44.21%

R = 2.11%
G = 53.68%
B = 44.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#02332A (or 0x02332A) is known color: Dark Green. HEX triplet: 02, 33 and 2A. RGB value is (2,51,42). Sum of RGB (Red+Green+Blue) = 2+51+42=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #02332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02332A is #FDCCD5. Grayscale: #232323. Windows color (decimal): -16633046 or 2765570. OLE color: 2765570.

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

Color convert

RGB 2 51 42 -
CMYK 0.96 0 0.18 0.8
HSL 168.98º 0.92% 0.1% -
HSV(B) 168.98º 0.96% 0.2% -
XYZ 1.63 2.55 2.6 -
YUV 35.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 2 51 42 0.96 0 0.18 0.8 168.98 0.92 0.1
Hex 2 33 2A 60 0 12 50 A9 5C A
Octal 2 63 52 140 0 22 120 251 134 12
Binary 10 110011 101010 1100000 0 10010 1010000 10101001 1011100 1010

Color Harmonies of #02332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02332A

Black with #02332A

Text Example


Text Example

White with #02332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,51,42); }

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

background-color css

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

 a { background-color: rgb(2,51,42); }

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

border-color css

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

 span { border-color: rgb(2,51,42); }

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