Html Css Color HEX #038232 Dark Spring Green

📋 copy color: '#038232'

red 3 ◦ green 130 ◦ blue 50

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

Shades of Dark Spring Green #038232

Tints of Dark Spring Green #038232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 71.04%

 BLUE value IS 50 (19.92% from 255) = 27.32%

R = 1.64%
G = 71.04%
B = 27.32%

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

#038232 (or 0x038232) is known color: Dark Spring Green. HEX triplet: 03, 82 and 32. RGB value is (3,130,50). Sum of RGB (Red+Green+Blue) = 3+130+50=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #038232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038232 is #FC7DCD. Grayscale: #535353. Windows color (decimal): -16547278 or 3310083. OLE color: 3310083.

HSL color Cylindrical-coordinate representation of color #038232: hue angle of 142.2º 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 #038232 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 130 50 -
CMYK 0.98 0 0.62 0.49
HSL 142.2º 0.95% 0.26% -
HSV(B) 142.2º 0.98% 0.51% -
XYZ 8.6 16.21 5.69 -
YUV 82.91 109.42 71 -
System Red Green Blue C M Y K H S L
Decimal 3 130 50 0.98 0 0.62 0.49 142.2 0.95 0.26
Hex 3 82 32 62 0 3E 31 8E 5F 1A
Octal 3 202 62 142 0 76 61 216 137 32
Binary 11 10000010 110010 1100010 0 111110 110001 10001110 1011111 11010

Color Harmonies of #038232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038232

Black with #038232

Text Example


Text Example

White with #038232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038232; }

 p { color: rgb(3,130,50); }

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

background-color css

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

 a { background-color: rgb(3,130,50); }

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

border-color css

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

 span { border-color: rgb(3,130,50); }

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