Html Css Color HEX #023018 Dark Green

📋 copy color: '#023018'

red 2 ◦ green 48 ◦ blue 24

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

Shades of Dark Green #023018

Tints of Dark Green #023018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 64.86%

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

R = 2.7%
G = 64.86%
B = 32.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#023018 (or 0x023018) is known color: Dark Green. HEX triplet: 02, 30 and 18. RGB value is (2,48,24). Sum of RGB (Red+Green+Blue) = 2+48+24=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #023018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023018 is #FDCFE7. Grayscale: #1F1F1F. Windows color (decimal): -16633832 or 1585154. OLE color: 1585154.

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

Color convert

RGB 2 48 24 -
CMYK 0.96 0 0.5 0.81
HSL 148.7º 0.92% 0.1% -
HSV(B) 148.7º 0.96% 0.19% -
XYZ 1.25 2.19 1.22 -
YUV 31.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 2 48 24 0.96 0 0.5 0.81 148.7 0.92 0.1
Hex 2 30 18 60 0 32 51 95 5C A
Octal 2 60 30 140 0 62 121 225 134 12
Binary 10 110000 11000 1100000 0 110010 1010001 10010101 1011100 1010

Color Harmonies of #023018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023018

Black with #023018

Text Example


Text Example

White with #023018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023018; }

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

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

background-color css

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

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

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

border-color css

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

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

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