Html Css Color HEX #023428 Dark Green

📋 copy color: '#023428'

red 2 ◦ green 52 ◦ blue 40

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

Shades of Dark Green #023428

Tints of Dark Green #023428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 55.32%

 BLUE value IS 40 (16.02% from 255) = 42.55%

R = 2.13%
G = 55.32%
B = 42.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#023428 (or 0x023428) is known color: Dark Green. HEX triplet: 02, 34 and 28. RGB value is (2,52,40). Sum of RGB (Red+Green+Blue) = 2+52+40=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #023428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023428 is #FDCBD7. Grayscale: #232323. Windows color (decimal): -16632792 or 2634754. OLE color: 2634754.

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

Color convert

RGB 2 52 40 -
CMYK 0.96 0 0.23 0.80
HSL 165.6º 0.93% 0.11% -
HSV(B) 165.6º 0.96% 0.2% -
XYZ 1.64 2.62 2.43 -
YUV 35.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 2 52 40 0.96 0 0.23 0.80 165.6 0.93 0.11
Hex 2 34 28 60 0 17 50 A6 5D B
Octal 2 64 50 140 0 27 120 246 135 13
Binary 10 110100 101000 1100000 0 10111 1010000 10100110 1011101 1011

Color Harmonies of #023428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023428

Black with #023428

Text Example


Text Example

White with #023428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023428; }

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

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

background-color css

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

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

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

border-color css

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

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

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