Html Css Color HEX #038D2F Dark Spring Green

📋 copy color: '#038D2F'

red 3 ◦ green 141 ◦ blue 47

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

Shades of Dark Spring Green #038D2F

Tints of Dark Spring Green #038D2F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 73.82%

 BLUE value IS 47 (18.75% from 255) = 24.61%

R = 1.57%
G = 73.82%
B = 24.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#038D2F (or 0x038D2F) is known color: Dark Spring Green. HEX triplet: 03, 8D and 2F. RGB value is (3,141,47). Sum of RGB (Red+Green+Blue) = 3+141+47=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 141 (55.47% from 255 or 73.82% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 141 - color contains mainly: green. Hex color #038D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D2F is #FC72D0. Grayscale: #595959. Windows color (decimal): -16544465 or 3116291. OLE color: 3116291.

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

Color convert

RGB 3 141 47 -
CMYK 0.98 0 0.67 0.45
HSL 139.13º 0.96% 0.28% -
HSV(B) 139.13º 0.98% 0.55% -
XYZ 10.08 19.27 5.88 -
YUV 89.02 104.28 66.64 -
System Red Green Blue C M Y K H S L
Decimal 3 141 47 0.98 0 0.67 0.45 139.13 0.96 0.28
Hex 3 8D 2F 62 0 43 2D 8B 60 1C
Octal 3 215 57 142 0 103 55 213 140 34
Binary 11 10001101 101111 1100010 0 1000011 101101 10001011 1100000 11100

Color Harmonies of #038D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D2F

Black with #038D2F

Text Example


Text Example

White with #038D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,141,47); }

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

background-color css

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

 a { background-color: rgb(3,141,47); }

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

border-color css

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

 span { border-color: rgb(3,141,47); }

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