Html Css Color HEX #298D64 Eucalyptus

📋 copy color: '#298D64'

red 41 ◦ green 141 ◦ blue 100

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

Shades of Eucalyptus #298D64

Tints of Eucalyptus #298D64

RGB

 RED value IS 41 (16.41% from 255) = 14.54%

 GREEN value IS 141 (55.47% from 255) = 50%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 14.54%
G = 50%
B = 35.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#298D64 (or 0x298D64) is known color: Eucalyptus. HEX triplet: 29, 8D and 64. RGB value is (41,141,100). Sum of RGB (Red+Green+Blue) = 41+141+100=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #298D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298D64 is #D6729B. Grayscale: #6A6A6A. Windows color (decimal): -14054044 or 6589737. OLE color: 6589737.

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

Color convert

RGB 41 141 100 -
CMYK 0.71 0 0.29 0.45
HSL 155.4º 0.55% 0.36% -
HSV(B) 155.4º 0.71% 0.55% -
XYZ 12.74 20.44 15.33 -
YUV 106.43 124.37 81.33 -
System Red Green Blue C M Y K H S L
Decimal 41 141 100 0.71 0 0.29 0.45 155.4 0.55 0.36
Hex 29 8D 64 47 0 1D 2D 9B 37 24
Octal 51 215 144 107 0 35 55 233 67 44
Binary 101001 10001101 1100100 1000111 0 11101 101101 10011011 110111 100100

Color Harmonies of #298D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298D64

Black with #298D64

Text Example


Text Example

White with #298D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298D64; }

 p { color: rgb(41,141,100); }

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

background-color css

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

 a { background-color: rgb(41,141,100); }

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

border-color css

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

 span { border-color: rgb(41,141,100); }

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