Html Css Color HEX #023029 Dark Green

📋 copy color: '#023029'

red 2 ◦ green 48 ◦ blue 41

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

Shades of Dark Green #023029

Tints of Dark Green #023029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 45.05%

R = 2.2%
G = 52.75%
B = 45.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#023029 (or 0x023029) is known color: Dark Green. HEX triplet: 02, 30 and 29. RGB value is (2,48,41). Sum of RGB (Red+Green+Blue) = 2+48+41=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #023029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023029 is #FDCFD6. Grayscale: #212121. Windows color (decimal): -16633815 or 2699266. OLE color: 2699266.

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

Color convert

RGB 2 48 41 -
CMYK 0.96 0 0.15 0.81
HSL 170.87º 0.92% 0.1% -
HSV(B) 170.87º 0.96% 0.19% -
XYZ 1.48 2.29 2.46 -
YUV 33.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 2 48 41 0.96 0 0.15 0.81 170.87 0.92 0.1
Hex 2 30 29 60 0 F 51 AB 5C A
Octal 2 60 51 140 0 17 121 253 134 12
Binary 10 110000 101001 1100000 0 1111 1010001 10101011 1011100 1010

Color Harmonies of #023029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023029

Black with #023029

Text Example


Text Example

White with #023029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023029; }

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

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

background-color css

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

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

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

border-color css

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

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

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