Html Css Color HEX #038C34 Dark Spring Green

📋 copy color: '#038C34'

red 3 ◦ green 140 ◦ blue 52

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

Shades of Dark Spring Green #038C34

Tints of Dark Spring Green #038C34

RGB

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

 GREEN value IS 140 (55.08% from 255) = 71.79%

 BLUE value IS 52 (20.7% from 255) = 26.67%

R = 1.54%
G = 71.79%
B = 26.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#038C34 (or 0x038C34) is known color: Dark Spring Green. HEX triplet: 03, 8C and 34. RGB value is (3,140,52). Sum of RGB (Red+Green+Blue) = 3+140+52=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 140 (55.08% from 255 or 71.79% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 140 - color contains mainly: green. Hex color #038C34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038C34 is #FC73CB. Grayscale: #595959. Windows color (decimal): -16544716 or 3443715. OLE color: 3443715.

HSL color Cylindrical-coordinate representation of color #038C34: hue angle of 141.46º 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 #038C34 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 140 52 -
CMYK 0.98 0 0.63 0.45
HSL 141.46º 0.96% 0.28% -
HSV(B) 141.46º 0.98% 0.55% -
XYZ 10.04 19.02 6.39 -
YUV 89.01 107.11 66.66 -
System Red Green Blue C M Y K H S L
Decimal 3 140 52 0.98 0 0.63 0.45 141.46 0.96 0.28
Hex 3 8C 34 62 0 3F 2D 8D 60 1C
Octal 3 214 64 142 0 77 55 215 140 34
Binary 11 10001100 110100 1100010 0 111111 101101 10001101 1100000 11100

Color Harmonies of #038C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038C34

Black with #038C34

Text Example


Text Example

White with #038C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,140,52); }

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

background-color css

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

 a { background-color: rgb(3,140,52); }

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

border-color css

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

 span { border-color: rgb(3,140,52); }

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