Html Css Color HEX #031B19 Dark Green

📋 copy color: '#031B19'

red 3 ◦ green 27 ◦ blue 25

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

Shades of Dark Green #031B19

Tints of Dark Green #031B19

RGB

 RED value IS 3 (1.56% from 255) = 5.45%

 GREEN value IS 27 (10.94% from 255) = 49.09%

 BLUE value IS 25 (10.16% from 255) = 45.45%

R = 5.45%
G = 49.09%
B = 45.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#031B19 (or 0x031B19) is known color: Dark Green. HEX triplet: 03, 1B and 19. RGB value is (3,27,25). Sum of RGB (Red+Green+Blue) = 3+27+25=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #031B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B19 is #FCE4E6. Grayscale: #131313. Windows color (decimal): -16573671 or 1645315. OLE color: 1645315.

HSL color Cylindrical-coordinate representation of color #031B19: hue angle of 175º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031B19 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 27 25 -
CMYK 0.89 0 0.07 0.89
HSL 175º 0.8% 0.06% -
HSV(B) 175º 0.89% 0.11% -
XYZ 0.6 0.87 1.06 -
YUV 19.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 3 27 25 0.89 0 0.07 0.89 175 0.8 0.06
Hex 3 1B 19 59 0 7 59 AF 50 6
Octal 3 33 31 131 0 7 131 257 120 6
Binary 11 11011 11001 1011001 0 111 1011001 10101111 1010000 110

Color Harmonies of #031B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B19

Black with #031B19

Text Example


Text Example

White with #031B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031B19; }

 p { color: rgb(3,27,25); }

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

background-color css

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

 a { background-color: rgb(3,27,25); }

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

border-color css

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

 span { border-color: rgb(3,27,25); }

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