#23985D

Color #23985D Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #23985D

Tints of Eucalyptus #23985D

Color information

#23985D (or 0x23985D) is unknown color: approx Eucalyptus. HEX triplet: 23, 98 and 5D. RGB value is (35,152,93). Sum of RGB (Red+Green+Blue) = 35+152+93=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #23985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23985D is #DC67A2. Grayscale: #6E6E6E. Windows color (decimal): -14444451 or 6133795. OLE color: 6133795.

HSL color Cylindrical-coordinate representation of color #23985D: hue angle of 149.74º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23985D is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB3515293-
CMYK0.7700.390.40
HSL149.74º62.57%36.67%-
HSV(B)149.74º76.97%59.61%-
XYZ13.923.614.18-
YUV110.29118.2474.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.5%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=12.5%
G=54.29%
B=33.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35152930.7700.390.40149.7462.5736.67
Hex23985D4D02728963f25
Octal43230135115047502267745
Binary1000111001100010111011001101010011110100010010110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23985D; }

 p { color: rgb(35,152,93); }

 H1.HeaderClassName
 {
   color: #23985D;
 }
 .AnyTagClassName
 {
   color: #23985D;
 }
</style>
background-color css

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

 a { background-color: rgb(35,152,93); }

 div.DivClassName
 {
   background-color: #23985D;
 }
 .BgClassName
 {
   background-color: #23985D;
 }
</style>
border-color css

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

 span { border-color: rgb(35,152,93); }

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