Html Css Color HEX #023014 Dark Green

📋 copy color: '#023014'

red 2 ◦ green 48 ◦ blue 20

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

Shades of Dark Green #023014

Tints of Dark Green #023014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.57%

R = 2.86%
G = 68.57%
B = 28.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#023014 (or 0x023014) is known color: Dark Green. HEX triplet: 02, 30 and 14. RGB value is (2,48,20). Sum of RGB (Red+Green+Blue) = 2+48+20=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #023014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023014 is #FDCFEB. Grayscale: #1F1F1F. Windows color (decimal): -16633836 or 1323010. OLE color: 1323010.

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

Color convert

RGB 2 48 20 -
CMYK 0.96 0 0.58 0.81
HSL 143.48º 0.92% 0.1% -
HSV(B) 143.48º 0.96% 0.19% -
XYZ 1.21 2.18 1.02 -
YUV 31.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 2 48 20 0.96 0 0.58 0.81 143.48 0.92 0.1
Hex 2 30 14 60 0 3A 51 8F 5C A
Octal 2 60 24 140 0 72 121 217 134 12
Binary 10 110000 10100 1100000 0 111010 1010001 10001111 1011100 1010

Color Harmonies of #023014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023014

Black with #023014

Text Example


Text Example

White with #023014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023014; }

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

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

background-color css

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

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

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

border-color css

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

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

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