Html Css Color HEX #023012 Dark Green

📋 copy color: '#023012'

red 2 ◦ green 48 ◦ blue 18

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

Shades of Dark Green #023012

Tints of Dark Green #023012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 26.47%

R = 2.94%
G = 70.59%
B = 26.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#023012 (or 0x023012) is known color: Dark Green. HEX triplet: 02, 30 and 12. RGB value is (2,48,18). Sum of RGB (Red+Green+Blue) = 2+48+18=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #023012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023012 is #FDCFED. Grayscale: #1E1E1E. Windows color (decimal): -16633838 or 1191938. OLE color: 1191938.

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

Color convert

RGB 2 48 18 -
CMYK 0.96 0 0.63 0.81
HSL 140.87º 0.92% 0.1% -
HSV(B) 140.87º 0.96% 0.19% -
XYZ 1.19 2.17 0.93 -
YUV 30.83 120.76 107.44 -
System Red Green Blue C M Y K H S L
Decimal 2 48 18 0.96 0 0.63 0.81 140.87 0.92 0.1
Hex 2 30 12 60 0 3F 51 8D 5C A
Octal 2 60 22 140 0 77 121 215 134 12
Binary 10 110000 10010 1100000 0 111111 1010001 10001101 1011100 1010

Color Harmonies of #023012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023012

Black with #023012

Text Example


Text Example

White with #023012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023012; }

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

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

background-color css

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

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

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

border-color css

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

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

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