Html Css Color HEX #248263 Elf Green

📋 copy color: '#248263'

red 36 ◦ green 130 ◦ blue 99

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

Shades of Elf Green #248263

Tints of Elf Green #248263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 13.58%
G = 49.06%
B = 37.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#248263 (or 0x248263) is known color: Elf Green. HEX triplet: 24, 82 and 63. RGB value is (36,130,99). Sum of RGB (Red+Green+Blue) = 36+130+99=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #248263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248263 is #DB7D9C. Grayscale: #626262. Windows color (decimal): -14384541 or 6521380. OLE color: 6521380.

HSL color Cylindrical-coordinate representation of color #248263: hue angle of 160.21º 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 #248263 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 130 99 -
CMYK 0.72 0 0.24 0.49
HSL 160.21º 0.57% 0.33% -
HSV(B) 160.21º 0.72% 0.51% -
XYZ 10.96 17.24 14.55 -
YUV 98.36 128.36 83.52 -
System Red Green Blue C M Y K H S L
Decimal 36 130 99 0.72 0 0.24 0.49 160.21 0.57 0.33
Hex 24 82 63 48 0 18 31 A0 39 21
Octal 44 202 143 110 0 30 61 240 71 41
Binary 100100 10000010 1100011 1001000 0 11000 110001 10100000 111001 100001

Color Harmonies of #248263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248263

Black with #248263

Text Example


Text Example

White with #248263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248263; }

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

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

background-color css

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

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

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

border-color css

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

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

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