Html Css Color HEX #248165 Elf Green

📋 copy color: '#248165'

red 36 ◦ green 129 ◦ blue 101

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

Shades of Elf Green #248165

Tints of Elf Green #248165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.97%

R = 13.53%
G = 48.5%
B = 37.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#248165 (or 0x248165) is known color: Elf Green. HEX triplet: 24, 81 and 65. RGB value is (36,129,101). Sum of RGB (Red+Green+Blue) = 36+129+101=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #248165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248165 is #DB7E9A. Grayscale: #626262. Windows color (decimal): -14384795 or 6652196. OLE color: 6652196.

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

Color convert

RGB 36 129 101 -
CMYK 0.72 0 0.22 0.49
HSL 161.94º 0.56% 0.32% -
HSV(B) 161.94º 0.72% 0.51% -
XYZ 10.93 17.02 15.02 -
YUV 98 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 36 129 101 0.72 0 0.22 0.49 161.94 0.56 0.32
Hex 24 81 65 48 0 16 31 A2 38 20
Octal 44 201 145 110 0 26 61 242 70 40
Binary 100100 10000001 1100101 1001000 0 10110 110001 10100010 111000 100000

Color Harmonies of #248165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248165

Black with #248165

Text Example


Text Example

White with #248165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248165; }

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

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

background-color css

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

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

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

border-color css

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

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

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