Html Css Color HEX #24827F Elm

📋 copy color: '#24827F'

red 36 ◦ green 130 ◦ blue 127

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

Shades of Elm #24827F

Tints of Elm #24827F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.34%

R = 12.29%
G = 44.37%
B = 43.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#24827F (or 0x24827F) is known color: Elm. HEX triplet: 24, 82 and 7F. RGB value is (36,130,127). Sum of RGB (Red+Green+Blue) = 36+130+127=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #24827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24827F is #DB7D80. Grayscale: #656565. Windows color (decimal): -14384513 or 8356388. OLE color: 8356388.

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

Color convert

RGB 36 130 127 -
CMYK 0.72 0 0.02 0.49
HSL 178.09º 0.57% 0.33% -
HSV(B) 178.09º 0.72% 0.51% -
XYZ 12.54 17.87 22.87 -
YUV 101.55 142.36 81.24 -
System Red Green Blue C M Y K H S L
Decimal 36 130 127 0.72 0 0.02 0.49 178.09 0.57 0.33
Hex 24 82 7F 48 0 2 31 B2 39 21
Octal 44 202 177 110 0 2 61 262 71 41
Binary 100100 10000010 1111111 1001000 0 10 110001 10110010 111001 100001

Color Harmonies of #24827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24827F

Black with #24827F

Text Example


Text Example

White with #24827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24827F; }

 p { color: rgb(36,130,127); }

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

background-color css

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

 a { background-color: rgb(36,130,127); }

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

border-color css

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

 span { border-color: rgb(36,130,127); }

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