Html Css Color HEX #023127 Dark Green

📋 copy color: '#023127'

red 2 ◦ green 49 ◦ blue 39

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

Shades of Dark Green #023127

Tints of Dark Green #023127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 43.33%

R = 2.22%
G = 54.44%
B = 43.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

#023127 (or 0x023127) is known color: Dark Green. HEX triplet: 02, 31 and 27. RGB value is (2,49,39). Sum of RGB (Red+Green+Blue) = 2+49+39=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #023127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023127 is #FDCED8. Grayscale: #212121. Windows color (decimal): -16633561 or 2568450. OLE color: 2568450.

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

Color convert

RGB 2 49 39 -
CMYK 0.96 0 0.20 0.81
HSL 167.23º 0.92% 0.1% -
HSV(B) 167.23º 0.96% 0.19% -
XYZ 1.49 2.36 2.3 -
YUV 33.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 2 49 39 0.96 0 0.20 0.81 167.23 0.92 0.1
Hex 2 31 27 60 0 14 51 A7 5C A
Octal 2 61 47 140 0 24 121 247 134 12
Binary 10 110001 100111 1100000 0 10100 1010001 10100111 1011100 1010

Color Harmonies of #023127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023127

Black with #023127

Text Example


Text Example

White with #023127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023127; }

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

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

background-color css

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

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

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

border-color css

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

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

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