Html Css Color HEX #248761 Elf Green

📋 copy color: '#248761'

red 36 ◦ green 135 ◦ blue 97

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

Shades of Elf Green #248761

Tints of Elf Green #248761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.37%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 13.43%
G = 50.37%
B = 36.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#248761 (or 0x248761) is known color: Elf Green. HEX triplet: 24, 87 and 61. RGB value is (36,135,97). Sum of RGB (Red+Green+Blue) = 36+135+97=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #248761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248761 is #DB789E. Grayscale: #656565. Windows color (decimal): -14383263 or 6391588. OLE color: 6391588.

HSL color Cylindrical-coordinate representation of color #248761: hue angle of 156.97º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248761 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 135 97 -
CMYK 0.73 0 0.28 0.47
HSL 156.97º 0.58% 0.34% -
HSV(B) 156.97º 0.73% 0.53% -
XYZ 11.55 18.57 14.28 -
YUV 101.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 36 135 97 0.73 0 0.28 0.47 156.97 0.58 0.34
Hex 24 87 61 49 0 1C 2F 9D 3A 22
Octal 44 207 141 111 0 34 57 235 72 42
Binary 100100 10000111 1100001 1001001 0 11100 101111 10011101 111010 100010

Color Harmonies of #248761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248761

Black with #248761

Text Example


Text Example

White with #248761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248761; }

 p { color: rgb(36,135,97); }

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

background-color css

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

 a { background-color: rgb(36,135,97); }

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

border-color css

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

 span { border-color: rgb(36,135,97); }

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