Html Css Color HEX #248369 Elf Green

📋 copy color: '#248369'

red 36 ◦ green 131 ◦ blue 105

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

Shades of Elf Green #248369

Tints of Elf Green #248369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.16%

 BLUE value IS 105 (41.41% from 255) = 38.6%

R = 13.24%
G = 48.16%
B = 38.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#248369 (or 0x248369) is known color: Elf Green. HEX triplet: 24, 83 and 69. RGB value is (36,131,105). Sum of RGB (Red+Green+Blue) = 36+131+105=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #248369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248369 is #DB7C96. Grayscale: #636363. Windows color (decimal): -14384279 or 6914852. OLE color: 6914852.

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

Color convert

RGB 36 131 105 -
CMYK 0.73 0 0.20 0.49
HSL 163.58º 0.57% 0.33% -
HSV(B) 163.58º 0.73% 0.51% -
XYZ 11.39 17.63 16.17 -
YUV 99.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 36 131 105 0.73 0 0.20 0.49 163.58 0.57 0.33
Hex 24 83 69 49 0 14 31 A4 39 21
Octal 44 203 151 111 0 24 61 244 71 41
Binary 100100 10000011 1101001 1001001 0 10100 110001 10100100 111001 100001

Color Harmonies of #248369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248369

Black with #248369

Text Example


Text Example

White with #248369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248369; }

 p { color: rgb(36,131,105); }

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

background-color css

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

 a { background-color: rgb(36,131,105); }

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

border-color css

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

 span { border-color: rgb(36,131,105); }

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