Html Css Color HEX #038531 Dark Spring Green

📋 copy color: '#038531'

red 3 ◦ green 133 ◦ blue 49

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

Shades of Dark Spring Green #038531

Tints of Dark Spring Green #038531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 71.89%

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

R = 1.62%
G = 71.89%
B = 26.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#038531 (or 0x038531) is known color: Dark Spring Green. HEX triplet: 03, 85 and 31. RGB value is (3,133,49). Sum of RGB (Red+Green+Blue) = 3+133+49=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #038531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038531 is #FC7ACE. Grayscale: #545454. Windows color (decimal): -16546511 or 3245315. OLE color: 3245315.

HSL color Cylindrical-coordinate representation of color #038531: hue angle of 141.23º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038531 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 49 -
CMYK 0.98 0 0.63 0.48
HSL 141.23º 0.96% 0.27% -
HSV(B) 141.23º 0.98% 0.52% -
XYZ 8.98 17.02 5.72 -
YUV 84.55 107.93 69.83 -
System Red Green Blue C M Y K H S L
Decimal 3 133 49 0.98 0 0.63 0.48 141.23 0.96 0.27
Hex 3 85 31 62 0 3F 30 8D 60 1B
Octal 3 205 61 142 0 77 60 215 140 33
Binary 11 10000101 110001 1100010 0 111111 110000 10001101 1100000 11011

Color Harmonies of #038531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038531

Black with #038531

Text Example


Text Example

White with #038531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038531; }

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

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

background-color css

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

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

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

border-color css

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

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

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