Html Css Color HEX #023119 Dark Green

📋 copy color: '#023119'

red 2 ◦ green 49 ◦ blue 25

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

Shades of Dark Green #023119

Tints of Dark Green #023119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 64.47%

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

R = 2.63%
G = 64.47%
B = 32.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#023119 (or 0x023119) is known color: Dark Green. HEX triplet: 02, 31 and 19. RGB value is (2,49,25). Sum of RGB (Red+Green+Blue) = 2+49+25=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #023119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023119 is #FDCEE6. Grayscale: #202020. Windows color (decimal): -16633575 or 1650946. OLE color: 1650946.

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

Color convert

RGB 2 49 25 -
CMYK 0.96 0 0.49 0.81
HSL 149.36º 0.92% 0.1% -
HSV(B) 149.36º 0.96% 0.19% -
XYZ 1.3 2.28 1.29 -
YUV 32.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 2 49 25 0.96 0 0.49 0.81 149.36 0.92 0.1
Hex 2 31 19 60 0 31 51 95 5C A
Octal 2 61 31 140 0 61 121 225 134 12
Binary 10 110001 11001 1100000 0 110001 1010001 10010101 1011100 1010

Color Harmonies of #023119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023119

Black with #023119

Text Example


Text Example

White with #023119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023119; }

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

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

background-color css

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

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

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

border-color css

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

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

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