#023514

Color #023514 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #023514

Tints of Dark Green #023514

Color information

#023514 (or 0x023514) is unknown color: approx Dark Green. HEX triplet: 02, 35 and 14. RGB value is (2,53,20). Sum of RGB (Red+Green+Blue) = 2+53+20=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 53 (21.09% from 255 or 70.67% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 53 - color contains mainly: green. Hex color #023514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023514 is #FDCAEB. Grayscale: #222222. Windows color (decimal): -16632556 or 1324290. OLE color: 1324290.

HSL color Cylindrical-coordinate representation of color #023514: hue angle of 141.18º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023514 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB25320-
CMYK0.9600.620.79
HSL141.18º92.73%10.78%-
HSV(B)141.18º96.23%20.78%-
XYZ1.422.611.09-
YUV33.99120.1105.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 53 (21.09% from 255) = 70.67%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=2.67%
G=70.67%
B=26.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253200.9600.620.79141.1892.7310.78
Hex235146003E4F8d5db
Octal2652414007611721513513
Binary10110101101001100000011111010011111000110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023514; }

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

 H1.HeaderClassName
 {
   color: #023514;
 }
 .AnyTagClassName
 {
   color: #023514;
 }
</style>
background-color css

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

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

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

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

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

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