Html Css Color HEX #023218 Dark Green

📋 copy color: '#023218'

red 2 ◦ green 50 ◦ blue 24

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

Shades of Dark Green #023218

Tints of Dark Green #023218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 65.79%

 BLUE value IS 24 (9.77% from 255) = 31.58%

R = 2.63%
G = 65.79%
B = 31.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#023218 (or 0x023218) is known color: Dark Green. HEX triplet: 02, 32 and 18. RGB value is (2,50,24). Sum of RGB (Red+Green+Blue) = 2+50+24=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #023218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023218 is #FDCDE7. Grayscale: #202020. Windows color (decimal): -16633320 or 1585666. OLE color: 1585666.

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

Color convert

RGB 2 50 24 -
CMYK 0.96 0 0.52 0.80
HSL 147.5º 0.92% 0.1% -
HSV(B) 147.5º 0.96% 0.2% -
XYZ 1.33 2.36 1.25 -
YUV 32.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 2 50 24 0.96 0 0.52 0.80 147.5 0.92 0.1
Hex 2 32 18 60 0 34 50 94 5C A
Octal 2 62 30 140 0 64 120 224 134 12
Binary 10 110010 11000 1100000 0 110100 1010000 10010100 1011100 1010

Color Harmonies of #023218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023218

Black with #023218

Text Example


Text Example

White with #023218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023218; }

 p { color: rgb(2,50,24); }

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

background-color css

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

 a { background-color: rgb(2,50,24); }

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

border-color css

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

 span { border-color: rgb(2,50,24); }

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