#02342D

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

Shades of Dark Green #02342D

Tints of Dark Green #02342D

Color information

#02342D (or 0x02342D) is unknown color: approx Dark Green. HEX triplet: 02, 34 and 2D. RGB value is (2,52,45). Sum of RGB (Red+Green+Blue) = 2+52+45=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #02342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02342D is #FDCBD2. Grayscale: #242424. Windows color (decimal): -16632787 or 2962434. OLE color: 2962434.

HSL color Cylindrical-coordinate representation of color #02342D: hue angle of 171.6º 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 #02342D is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB25245-
CMYK0.9600.130.80
HSL171.6º92.59%10.59%-
HSV(B)171.6º96.15%20.39%-
XYZ1.732.662.9-
YUV36.25132.94103.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 52 (20.70% from 255) = 52.53%
BLUE value IS 45 (17.97% from 255) = 45.45%
R=2.02%
G=52.53%
B=45.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal252450.9600.130.80171.692.5910.59
Hex2342D600D50ac5db
Octal2645514001512025413513
Binary1011010010110111000000110110100001010110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02342D; }

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

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

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

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

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

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

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

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