Html Css Color HEX #023B31 Dark Green

📋 copy color: '#023B31'

red 2 ◦ green 59 ◦ blue 49

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

Shades of Dark Green #023B31

Tints of Dark Green #023B31

RGB

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

 GREEN value IS 59 (23.44% from 255) = 53.64%

 BLUE value IS 49 (19.53% from 255) = 44.55%

R = 1.82%
G = 53.64%
B = 44.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#023B31 (or 0x023B31) is known color: Dark Green. HEX triplet: 02, 3B and 31. RGB value is (2,59,49). Sum of RGB (Red+Green+Blue) = 2+59+49=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #023B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B31 is #FDC4CE. Grayscale: #282828. Windows color (decimal): -16630991 or 3226370. OLE color: 3226370.

HSL color Cylindrical-coordinate representation of color #023B31: hue angle of 169.47º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023B31 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 59 49 -
CMYK 0.97 0 0.17 0.77
HSL 169.47º 0.93% 0.12% -
HSV(B) 169.47º 0.97% 0.23% -
XYZ 2.14 3.36 3.44 -
YUV 40.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 2 59 49 0.97 0 0.17 0.77 169.47 0.93 0.12
Hex 2 3B 31 61 0 11 4D A9 5D C
Octal 2 73 61 141 0 21 115 251 135 14
Binary 10 111011 110001 1100001 0 10001 1001101 10101001 1011101 1100

Color Harmonies of #023B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B31

Black with #023B31

Text Example


Text Example

White with #023B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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