Html Css Color HEX #023015 Dark Green

📋 copy color: '#023015'

red 2 ◦ green 48 ◦ blue 21

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

Shades of Dark Green #023015

Tints of Dark Green #023015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 29.58%

R = 2.82%
G = 67.61%
B = 29.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#023015 (or 0x023015) is known color: Dark Green. HEX triplet: 02, 30 and 15. RGB value is (2,48,21). Sum of RGB (Red+Green+Blue) = 2+48+21=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #023015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023015 is #FDCFEA. Grayscale: #1F1F1F. Windows color (decimal): -16633835 or 1388546. OLE color: 1388546.

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

Color convert

RGB 2 48 21 -
CMYK 0.96 0 0.56 0.81
HSL 144.78º 0.92% 0.1% -
HSV(B) 144.78º 0.96% 0.19% -
XYZ 1.22 2.18 1.07 -
YUV 31.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 2 48 21 0.96 0 0.56 0.81 144.78 0.92 0.1
Hex 2 30 15 60 0 38 51 91 5C A
Octal 2 60 25 140 0 70 121 221 134 12
Binary 10 110000 10101 1100000 0 111000 1010001 10010001 1011100 1010

Color Harmonies of #023015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023015

Black with #023015

Text Example


Text Example

White with #023015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023015; }

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

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

background-color css

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

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

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

border-color css

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

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

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