#023430

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

Shades of Dark Green #023430

Tints of Dark Green #023430

Color information

#023430 (or 0x023430) is unknown color: approx Dark Green. HEX triplet: 02, 34 and 30. RGB value is (2,52,48). Sum of RGB (Red+Green+Blue) = 2+52+48=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #023430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023430 is #FDCBCF. Grayscale: #242424. Windows color (decimal): -16632784 or 3159042. OLE color: 3159042.

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

Color convert

RGB25248-
CMYK0.9600.080.80
HSL175.2º92.59%10.59%-
HSV(B)175.2º96.15%20.39%-
XYZ1.792.683.22-
YUV36.59134.44103.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=1.96%
G=50.98%
B=47.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal252480.9600.080.80175.292.5910.59
Hex23430600850af5db
Octal2646014001012025713513
Binary1011010011000011000000100010100001010111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023430; }

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

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

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

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

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

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

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

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