Html Css Color HEX #288B70 Elf Green

📋 copy color: '#288B70'

red 40 ◦ green 139 ◦ blue 112

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

Shades of Elf Green #288B70

Tints of Elf Green #288B70

RGB

 RED value IS 40 (16.02% from 255) = 13.75%

 GREEN value IS 139 (54.69% from 255) = 47.77%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 13.75%
G = 47.77%
B = 38.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#288B70 (or 0x288B70) is known color: Elf Green. HEX triplet: 28, 8B and 70. RGB value is (40,139,112). Sum of RGB (Red+Green+Blue) = 40+139+112=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #288B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B70 is #D7748F. Grayscale: #6A6A6A. Windows color (decimal): -14120080 or 7375656. OLE color: 7375656.

HSL color Cylindrical-coordinate representation of color #288B70: hue angle of 163.64º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B70 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 139 112 -
CMYK 0.71 0 0.19 0.45
HSL 163.64º 0.55% 0.35% -
HSV(B) 163.64º 0.71% 0.55% -
XYZ 13.03 20.09 18.52 -
YUV 106.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 40 139 112 0.71 0 0.19 0.45 163.64 0.55 0.35
Hex 28 8B 70 47 0 13 2D A4 37 23
Octal 50 213 160 107 0 23 55 244 67 43
Binary 101000 10001011 1110000 1000111 0 10011 101101 10100100 110111 100011

Color Harmonies of #288B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288B70

Black with #288B70

Text Example


Text Example

White with #288B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288B70; }

 p { color: rgb(40,139,112); }

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

background-color css

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

 a { background-color: rgb(40,139,112); }

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

border-color css

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

 span { border-color: rgb(40,139,112); }

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