Html Css Color HEX #038131 Dark Spring Green

📋 copy color: '#038131'

red 3 ◦ green 129 ◦ blue 49

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

Shades of Dark Spring Green #038131

Tints of Dark Spring Green #038131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 71.27%

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

R = 1.66%
G = 71.27%
B = 27.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#038131 (or 0x038131) is known color: Dark Spring Green. HEX triplet: 03, 81 and 31. RGB value is (3,129,49). Sum of RGB (Red+Green+Blue) = 3+129+49=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 129 (50.78% from 255 or 71.27% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 129 - color contains mainly: green. Hex color #038131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038131 is #FC7ECE. Grayscale: #525252. Windows color (decimal): -16547535 or 3244291. OLE color: 3244291.

HSL color Cylindrical-coordinate representation of color #038131: hue angle of 141.9º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038131 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 129 49 -
CMYK 0.98 0 0.62 0.49
HSL 141.9º 0.95% 0.26% -
HSV(B) 141.9º 0.98% 0.51% -
XYZ 8.44 15.94 5.54 -
YUV 82.21 109.26 71.5 -
System Red Green Blue C M Y K H S L
Decimal 3 129 49 0.98 0 0.62 0.49 141.9 0.95 0.26
Hex 3 81 31 62 0 3E 31 8E 5F 1A
Octal 3 201 61 142 0 76 61 216 137 32
Binary 11 10000001 110001 1100010 0 111110 110001 10001110 1011111 11010

Color Harmonies of #038131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038131

Black with #038131

Text Example


Text Example

White with #038131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038131; }

 p { color: rgb(3,129,49); }

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

background-color css

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

 a { background-color: rgb(3,129,49); }

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

border-color css

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

 span { border-color: rgb(3,129,49); }

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