#023415

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

Shades of Dark Green #023415

Tints of Dark Green #023415

Color information

#023415 (or 0x023415) is unknown color: approx Dark Green. HEX triplet: 02, 34 and 15. RGB value is (2,52,21). Sum of RGB (Red+Green+Blue) = 2+52+21=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #023415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023415 is #FDCBEA. Grayscale: #212121. Windows color (decimal): -16632811 or 1389570. OLE color: 1389570.

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

Color convert

RGB25221-
CMYK0.9600.600.80
HSL142.8º92.59%10.59%-
HSV(B)142.8º96.15%20.39%-
XYZ1.392.521.12-
YUV33.52120.94105.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 52 (20.70% from 255) = 69.33%
BLUE value IS 21 (8.59% from 255) = 28%
R=2.67%
G=69.33%
B=28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal252210.9600.600.80142.892.5910.59
Hex234156003C508f5db
Octal2642514007412021713513
Binary10110100101011100000011110010100001000111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023415; }

 p { color: rgb(2,52,21); }

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

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

 a { background-color: rgb(2,52,21); }

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

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

 span { border-color: rgb(2,52,21); }

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