Html Css Color HEX #248867 Elf Green

📋 copy color: '#248867'

red 36 ◦ green 136 ◦ blue 103

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

Shades of Elf Green #248867

Tints of Elf Green #248867

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.45%

 BLUE value IS 103 (40.63% from 255) = 37.45%

R = 13.09%
G = 49.45%
B = 37.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#248867 (or 0x248867) is known color: Elf Green. HEX triplet: 24, 88 and 67. RGB value is (36,136,103). Sum of RGB (Red+Green+Blue) = 36+136+103=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #248867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248867 is #DB7798. Grayscale: #666666. Windows color (decimal): -14383001 or 6785060. OLE color: 6785060.

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

Color convert

RGB 36 136 103 -
CMYK 0.74 0 0.24 0.47
HSL 160.2º 0.58% 0.34% -
HSV(B) 160.2º 0.74% 0.53% -
XYZ 11.98 18.96 15.86 -
YUV 102.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 36 136 103 0.74 0 0.24 0.47 160.2 0.58 0.34
Hex 24 88 67 4A 0 18 2F A0 3A 22
Octal 44 210 147 112 0 30 57 240 72 42
Binary 100100 10001000 1100111 1001010 0 11000 101111 10100000 111010 100010

Color Harmonies of #248867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248867

Black with #248867

Text Example


Text Example

White with #248867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248867; }

 p { color: rgb(36,136,103); }

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

background-color css

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

 a { background-color: rgb(36,136,103); }

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

border-color css

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

 span { border-color: rgb(36,136,103); }

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