Html Css Color HEX #038430 Dark Spring Green

📋 copy color: '#038430'

red 3 ◦ green 132 ◦ blue 48

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

Shades of Dark Spring Green #038430

Tints of Dark Spring Green #038430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 72.13%

 BLUE value IS 48 (19.14% from 255) = 26.23%

R = 1.64%
G = 72.13%
B = 26.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#038430 (or 0x038430) is known color: Dark Spring Green. HEX triplet: 03, 84 and 30. RGB value is (3,132,48). Sum of RGB (Red+Green+Blue) = 3+132+48=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 132 (51.95% from 255 or 72.13% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 132 - color contains mainly: green. Hex color #038430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038430 is #FC7BCF. Grayscale: #545454. Windows color (decimal): -16546768 or 3179523. OLE color: 3179523.

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

Color convert

RGB 3 132 48 -
CMYK 0.98 0 0.64 0.48
HSL 140.93º 0.96% 0.26% -
HSV(B) 140.93º 0.98% 0.52% -
XYZ 8.82 16.74 5.56 -
YUV 83.85 107.76 70.33 -
System Red Green Blue C M Y K H S L
Decimal 3 132 48 0.98 0 0.64 0.48 140.93 0.96 0.26
Hex 3 84 30 62 0 40 30 8D 60 1A
Octal 3 204 60 142 0 100 60 215 140 32
Binary 11 10000100 110000 1100010 0 1000000 110000 10001101 1100000 11010

Color Harmonies of #038430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038430

Black with #038430

Text Example


Text Example

White with #038430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038430; }

 p { color: rgb(3,132,48); }

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

background-color css

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

 a { background-color: rgb(3,132,48); }

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

border-color css

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

 span { border-color: rgb(3,132,48); }

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