Html Css Color HEX #288C74 Elf Green

📋 copy color: '#288C74'

red 40 ◦ green 140 ◦ blue 116

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

Shades of Elf Green #288C74

Tints of Elf Green #288C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.3%

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 13.51%
G = 47.3%
B = 39.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#288C74 (or 0x288C74) is known color: Elf Green. HEX triplet: 28, 8C and 74. RGB value is (40,140,116). Sum of RGB (Red+Green+Blue) = 40+140+116=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #288C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288C74 is #D7738B. Grayscale: #6B6B6B. Windows color (decimal): -14119820 or 7638056. OLE color: 7638056.

HSL color Cylindrical-coordinate representation of color #288C74: hue angle of 165.6º degrees, saturation: 0.56, 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 #288C74 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 140 116 -
CMYK 0.71 0 0.17 0.45
HSL 165.6º 0.56% 0.35% -
HSV(B) 165.6º 0.71% 0.55% -
XYZ 13.41 20.47 19.77 -
YUV 107.36 132.87 79.95 -
System Red Green Blue C M Y K H S L
Decimal 40 140 116 0.71 0 0.17 0.45 165.6 0.56 0.35
Hex 28 8C 74 47 0 11 2D A6 38 23
Octal 50 214 164 107 0 21 55 246 70 43
Binary 101000 10001100 1110100 1000111 0 10001 101101 10100110 111000 100011

Color Harmonies of #288C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288C74

Black with #288C74

Text Example


Text Example

White with #288C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,140,116); }

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

background-color css

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

 a { background-color: rgb(40,140,116); }

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

border-color css

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

 span { border-color: rgb(40,140,116); }

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