Html Css Color HEX #288F61 Eucalyptus

📋 copy color: '#288F61'

red 40 ◦ green 143 ◦ blue 97

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

Shades of Eucalyptus #288F61

Tints of Eucalyptus #288F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 14.29%
G = 51.07%
B = 34.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#288F61 (or 0x288F61) is known color: Eucalyptus. HEX triplet: 28, 8F and 61. RGB value is (40,143,97). Sum of RGB (Red+Green+Blue) = 40+143+97=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #288F61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F61 is #D7709E. Grayscale: #6B6B6B. Windows color (decimal): -14119071 or 6393640. OLE color: 6393640.

HSL color Cylindrical-coordinate representation of color #288F61: hue angle of 153.2º 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 #288F61 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 97 -
CMYK 0.72 0 0.32 0.44
HSL 153.2º 0.56% 0.36% -
HSV(B) 153.2º 0.72% 0.56% -
XYZ 12.86 20.96 14.68 -
YUV 106.96 122.38 80.24 -
System Red Green Blue C M Y K H S L
Decimal 40 143 97 0.72 0 0.32 0.44 153.2 0.56 0.36
Hex 28 8F 61 48 0 20 2C 99 38 24
Octal 50 217 141 110 0 40 54 231 70 44
Binary 101000 10001111 1100001 1001000 0 100000 101100 10011001 111000 100100

Color Harmonies of #288F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F61

Black with #288F61

Text Example


Text Example

White with #288F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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