Html Css Color HEX #023028 Dark Green

📋 copy color: '#023028'

red 2 ◦ green 48 ◦ blue 40

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

Shades of Dark Green #023028

Tints of Dark Green #023028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 44.44%

R = 2.22%
G = 53.33%
B = 44.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#023028 (or 0x023028) is known color: Dark Green. HEX triplet: 02, 30 and 28. RGB value is (2,48,40). Sum of RGB (Red+Green+Blue) = 2+48+40=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #023028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023028 is #FDCFD7. Grayscale: #212121. Windows color (decimal): -16633816 or 2633730. OLE color: 2633730.

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

Color convert

RGB 2 48 40 -
CMYK 0.96 0 0.17 0.81
HSL 169.57º 0.92% 0.1% -
HSV(B) 169.57º 0.96% 0.19% -
XYZ 1.46 2.28 2.37 -
YUV 33.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 2 48 40 0.96 0 0.17 0.81 169.57 0.92 0.1
Hex 2 30 28 60 0 11 51 AA 5C A
Octal 2 60 50 140 0 21 121 252 134 12
Binary 10 110000 101000 1100000 0 10001 1010001 10101010 1011100 1010

Color Harmonies of #023028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023028

Black with #023028

Text Example


Text Example

White with #023028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023028; }

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

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

background-color css

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

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

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

border-color css

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

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

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