Html Css Color HEX #248042 Dark Spring Green

📋 copy color: '#248042'

red 36 ◦ green 128 ◦ blue 66

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

Shades of Dark Spring Green #248042

Tints of Dark Spring Green #248042

RGB

 RED value IS 36 (14.45% from 255) = 15.65%

 GREEN value IS 128 (50.39% from 255) = 55.65%

 BLUE value IS 66 (26.17% from 255) = 28.7%

R = 15.65%
G = 55.65%
B = 28.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#248042 (or 0x248042) is known color: Dark Spring Green. HEX triplet: 24, 80 and 42. RGB value is (36,128,66). Sum of RGB (Red+Green+Blue) = 36+128+66=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #248042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248042 is #DB7FBD. Grayscale: #5D5D5D. Windows color (decimal): -14385086 or 4358180. OLE color: 4358180.

HSL color Cylindrical-coordinate representation of color #248042: hue angle of 139.57º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248042 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 128 66 -
CMYK 0.72 0 0.48 0.50
HSL 139.57º 0.56% 0.32% -
HSV(B) 139.57º 0.72% 0.5% -
XYZ 9.43 16.21 7.79 -
YUV 93.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 36 128 66 0.72 0 0.48 0.50 139.57 0.56 0.32
Hex 24 80 42 48 0 30 32 8C 38 20
Octal 44 200 102 110 0 60 62 214 70 40
Binary 100100 10000000 1000010 1001000 0 110000 110010 10001100 111000 100000

Color Harmonies of #248042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248042

Black with #248042

Text Example


Text Example

White with #248042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248042; }

 p { color: rgb(36,128,66); }

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

background-color css

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

 a { background-color: rgb(36,128,66); }

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

border-color css

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

 span { border-color: rgb(36,128,66); }

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