#23AF5F

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

Shades of Eucalyptus #23AF5F

Tints of Eucalyptus #23AF5F

Color information

#23AF5F (or 0x23AF5F) is unknown color: approx Eucalyptus. HEX triplet: 23, AF and 5F. RGB value is (35,175,95). Sum of RGB (Red+Green+Blue) = 35+175+95=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AF5F is #DC50A0. Grayscale: #7C7C7C. Windows color (decimal): -14438561 or 6270755. OLE color: 6270755.

HSL color Cylindrical-coordinate representation of color #23AF5F: hue angle of 145.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AF5F is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB3517595-
CMYK0.800.460.31
HSL145.71º66.67%41.18%-
HSV(B)145.71º80%68.63%-
XYZ18.0931.8416.02-
YUV124.02111.6264.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.48%
GREEN value IS 175 (68.75% from 255) = 57.38%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=11.48%
G=57.38%
B=31.15%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35175950.800.460.31145.7166.6741.18
Hex23AF5F5002E1F924329
Octal432571371200563722210351
Binary1000111010111110111111010000010111011111100100101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23AF5F; }

 p { color: rgb(35,175,95); }

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

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

 a { background-color: rgb(35,175,95); }

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

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

 span { border-color: rgb(35,175,95); }

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