Html Css Color HEX #023426 Dark Green

📋 copy color: '#023426'

red 2 ◦ green 52 ◦ blue 38

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

Shades of Dark Green #023426

Tints of Dark Green #023426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 41.3%

R = 2.17%
G = 56.52%
B = 41.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#023426 (or 0x023426) is known color: Dark Green. HEX triplet: 02, 34 and 26. RGB value is (2,52,38). Sum of RGB (Red+Green+Blue) = 2+52+38=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #023426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023426 is #FDCBD9. Grayscale: #232323. Windows color (decimal): -16632794 or 2503682. OLE color: 2503682.

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

Color convert

RGB 2 52 38 -
CMYK 0.96 0 0.27 0.80
HSL 163.2º 0.93% 0.11% -
HSV(B) 163.2º 0.96% 0.2% -
XYZ 1.6 2.61 2.25 -
YUV 35.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 2 52 38 0.96 0 0.27 0.80 163.2 0.93 0.11
Hex 2 34 26 60 0 1B 50 A3 5D B
Octal 2 64 46 140 0 33 120 243 135 13
Binary 10 110100 100110 1100000 0 11011 1010000 10100011 1011101 1011

Color Harmonies of #023426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023426

Black with #023426

Text Example


Text Example

White with #023426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023426; }

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

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

background-color css

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

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

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

border-color css

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

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

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