Html Css Color HEX #038A31 Dark Spring Green

📋 copy color: '#038A31'

red 3 ◦ green 138 ◦ blue 49

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

Shades of Dark Spring Green #038A31

Tints of Dark Spring Green #038A31

RGB

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

 GREEN value IS 138 (54.3% from 255) = 72.63%

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

R = 1.58%
G = 72.63%
B = 25.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#038A31 (or 0x038A31) is known color: Dark Spring Green. HEX triplet: 03, 8A and 31. RGB value is (3,138,49). Sum of RGB (Red+Green+Blue) = 3+138+49=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 138 (54.30% from 255 or 72.63% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 138 - color contains mainly: green. Hex color #038A31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A31 is #FC75CE. Grayscale: #575757. Windows color (decimal): -16545231 or 3246595. OLE color: 3246595.

HSL color Cylindrical-coordinate representation of color #038A31: hue angle of 140.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038A31 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 138 49 -
CMYK 0.98 0 0.64 0.46
HSL 140.44º 0.96% 0.28% -
HSV(B) 140.44º 0.98% 0.54% -
XYZ 9.68 18.42 5.95 -
YUV 87.49 106.27 67.74 -
System Red Green Blue C M Y K H S L
Decimal 3 138 49 0.98 0 0.64 0.46 140.44 0.96 0.28
Hex 3 8A 31 62 0 40 2E 8C 60 1C
Octal 3 212 61 142 0 100 56 214 140 34
Binary 11 10001010 110001 1100010 0 1000000 101110 10001100 1100000 11100

Color Harmonies of #038A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038A31

Black with #038A31

Text Example


Text Example

White with #038A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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