Html Css Color HEX #289473 Elf Green

📋 copy color: '#289473'

red 40 ◦ green 148 ◦ blue 115

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

Shades of Elf Green #289473

Tints of Elf Green #289473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.84%

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 13.2%
G = 48.84%
B = 37.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#289473 (or 0x289473) is known color: Elf Green. HEX triplet: 28, 94 and 73. RGB value is (40,148,115). Sum of RGB (Red+Green+Blue) = 40+148+115=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #289473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289473 is #D76B8C. Grayscale: #6F6F6F. Windows color (decimal): -14117773 or 7574568. OLE color: 7574568.

HSL color Cylindrical-coordinate representation of color #289473: hue angle of 161.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289473 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 148 115 -
CMYK 0.73 0 0.22 0.42
HSL 161.67º 0.57% 0.37% -
HSV(B) 161.67º 0.73% 0.58% -
XYZ 14.56 22.87 19.87 -
YUV 111.95 129.72 76.68 -
System Red Green Blue C M Y K H S L
Decimal 40 148 115 0.73 0 0.22 0.42 161.67 0.57 0.37
Hex 28 94 73 49 0 16 2A A2 39 25
Octal 50 224 163 111 0 26 52 242 71 45
Binary 101000 10010100 1110011 1001001 0 10110 101010 10100010 111001 100101

Color Harmonies of #289473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289473

Black with #289473

Text Example


Text Example

White with #289473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289473; }

 p { color: rgb(40,148,115); }

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

background-color css

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

 a { background-color: rgb(40,148,115); }

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

border-color css

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

 span { border-color: rgb(40,148,115); }

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