Html Css Color HEX #023019 Dark Green

📋 copy color: '#023019'

red 2 ◦ green 48 ◦ blue 25

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

Shades of Dark Green #023019

Tints of Dark Green #023019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 33.33%

R = 2.67%
G = 64%
B = 33.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#023019 (or 0x023019) is known color: Dark Green. HEX triplet: 02, 30 and 19. RGB value is (2,48,25). Sum of RGB (Red+Green+Blue) = 2+48+25=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #023019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023019 is #FDCFE6. Grayscale: #1F1F1F. Windows color (decimal): -16633831 or 1650690. OLE color: 1650690.

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

Color convert

RGB 2 48 25 -
CMYK 0.96 0 0.48 0.81
HSL 150º 0.92% 0.1% -
HSV(B) 150º 0.96% 0.19% -
XYZ 1.26 2.2 1.28 -
YUV 31.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 2 48 25 0.96 0 0.48 0.81 150 0.92 0.1
Hex 2 30 19 60 0 30 51 96 5C A
Octal 2 60 31 140 0 60 121 226 134 12
Binary 10 110000 11001 1100000 0 110000 1010001 10010110 1011100 1010

Color Harmonies of #023019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023019

Black with #023019

Text Example


Text Example

White with #023019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023019; }

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

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

background-color css

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

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

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

border-color css

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

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

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