Html Css Color HEX #288F7B Elf Green

📋 copy color: '#288F7B'

red 40 ◦ green 143 ◦ blue 123

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

Shades of Elf Green #288F7B

Tints of Elf Green #288F7B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.73%

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 13.07%
G = 46.73%
B = 40.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#288F7B (or 0x288F7B) is known color: Elf Green. HEX triplet: 28, 8F and 7B. RGB value is (40,143,123). Sum of RGB (Red+Green+Blue) = 40+143+123=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #288F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F7B is #D77084. Grayscale: #6D6D6D. Windows color (decimal): -14119045 or 8097576. OLE color: 8097576.

HSL color Cylindrical-coordinate representation of color #288F7B: hue angle of 168.35º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F7B is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 123 -
CMYK 0.72 0 0.14 0.44
HSL 168.35º 0.56% 0.36% -
HSV(B) 168.35º 0.72% 0.56% -
XYZ 14.27 21.53 22.14 -
YUV 109.92 135.38 78.13 -
System Red Green Blue C M Y K H S L
Decimal 40 143 123 0.72 0 0.14 0.44 168.35 0.56 0.36
Hex 28 8F 7B 48 0 E 2C A8 38 24
Octal 50 217 173 110 0 16 54 250 70 44
Binary 101000 10001111 1111011 1001000 0 1110 101100 10101000 111000 100100

Color Harmonies of #288F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F7B

Black with #288F7B

Text Example


Text Example

White with #288F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,143,123); }

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

background-color css

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

 a { background-color: rgb(40,143,123); }

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

border-color css

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

 span { border-color: rgb(40,143,123); }

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