Html Css Color HEX #023013 Dark Green

📋 copy color: '#023013'

red 2 ◦ green 48 ◦ blue 19

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

Shades of Dark Green #023013

Tints of Dark Green #023013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 27.54%

R = 2.9%
G = 69.57%
B = 27.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#023013 (or 0x023013) is known color: Dark Green. HEX triplet: 02, 30 and 13. RGB value is (2,48,19). Sum of RGB (Red+Green+Blue) = 2+48+19=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #023013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023013 is #FDCFEC. Grayscale: #1F1F1F. Windows color (decimal): -16633837 or 1257474. OLE color: 1257474.

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

Color convert

RGB 2 48 19 -
CMYK 0.96 0 0.60 0.81
HSL 142.17º 0.92% 0.1% -
HSV(B) 142.17º 0.96% 0.19% -
XYZ 1.2 2.17 0.97 -
YUV 30.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 2 48 19 0.96 0 0.60 0.81 142.17 0.92 0.1
Hex 2 30 13 60 0 3C 51 8E 5C A
Octal 2 60 23 140 0 74 121 216 134 12
Binary 10 110000 10011 1100000 0 111100 1010001 10001110 1011100 1010

Color Harmonies of #023013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023013

Black with #023013

Text Example


Text Example

White with #023013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023013; }

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

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

background-color css

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

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

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

border-color css

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

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

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