Html Css Color HEX #248142 Dark Spring Green

📋 copy color: '#248142'

red 36 ◦ green 129 ◦ blue 66

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

Shades of Dark Spring Green #248142

Tints of Dark Spring Green #248142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.84%

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

R = 15.58%
G = 55.84%
B = 28.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#248142 (or 0x248142) is known color: Dark Spring Green. HEX triplet: 24, 81 and 42. RGB value is (36,129,66). Sum of RGB (Red+Green+Blue) = 36+129+66=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #248142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248142 is #DB7EBD. Grayscale: #5E5E5E. Windows color (decimal): -14384830 or 4358436. OLE color: 4358436.

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

Color convert

RGB 36 129 66 -
CMYK 0.72 0 0.49 0.49
HSL 139.35º 0.56% 0.32% -
HSV(B) 139.35º 0.72% 0.51% -
XYZ 9.56 16.47 7.83 -
YUV 94.01 112.19 86.62 -
System Red Green Blue C M Y K H S L
Decimal 36 129 66 0.72 0 0.49 0.49 139.35 0.56 0.32
Hex 24 81 42 48 0 31 31 8B 38 20
Octal 44 201 102 110 0 61 61 213 70 40
Binary 100100 10000001 1000010 1001000 0 110001 110001 10001011 111000 100000

Color Harmonies of #248142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248142

Black with #248142

Text Example


Text Example

White with #248142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248142; }

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

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

background-color css

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

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

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

border-color css

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

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

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