Html Css Color HEX #023118 Dark Green

📋 copy color: '#023118'

red 2 ◦ green 49 ◦ blue 24

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

Shades of Dark Green #023118

Tints of Dark Green #023118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 65.33%

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

R = 2.67%
G = 65.33%
B = 32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#023118 (or 0x023118) is known color: Dark Green. HEX triplet: 02, 31 and 18. RGB value is (2,49,24). Sum of RGB (Red+Green+Blue) = 2+49+24=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #023118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023118 is #FDCEE7. Grayscale: #202020. Windows color (decimal): -16633576 or 1585410. OLE color: 1585410.

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

Color convert

RGB 2 49 24 -
CMYK 0.96 0 0.51 0.81
HSL 148.09º 0.92% 0.1% -
HSV(B) 148.09º 0.96% 0.19% -
XYZ 1.29 2.28 1.24 -
YUV 32.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 2 49 24 0.96 0 0.51 0.81 148.09 0.92 0.1
Hex 2 31 18 60 0 33 51 94 5C A
Octal 2 61 30 140 0 63 121 224 134 12
Binary 10 110001 11000 1100000 0 110011 1010001 10010100 1011100 1010

Color Harmonies of #023118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023118

Black with #023118

Text Example


Text Example

White with #023118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023118; }

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

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

background-color css

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

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

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

border-color css

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

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

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