Html Css Color HEX #23985F Eucalyptus

📋 copy color: '#23985F'

red 35 ◦ green 152 ◦ blue 95

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

Shades of Eucalyptus #23985F

Tints of Eucalyptus #23985F

RGB

 RED value IS 35 (14.06% from 255) = 12.41%

 GREEN value IS 152 (59.77% from 255) = 53.9%

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 12.41%
G = 53.9%
B = 33.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#23985F (or 0x23985F) is known color: Eucalyptus. HEX triplet: 23, 98 and 5F. RGB value is (35,152,95). Sum of RGB (Red+Green+Blue) = 35+152+95=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #23985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23985F is #DC67A0. Grayscale: #6E6E6E. Windows color (decimal): -14444449 or 6264867. OLE color: 6264867.

HSL color Cylindrical-coordinate representation of color #23985F: hue angle of 150.77º 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 #23985F is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 152 95 -
CMYK 0.77 0 0.38 0.40
HSL 150.77º 0.63% 0.37% -
HSV(B) 150.77º 0.77% 0.6% -
XYZ 13.99 23.64 14.65 -
YUV 110.52 119.24 74.13 -
System Red Green Blue C M Y K H S L
Decimal 35 152 95 0.77 0 0.38 0.40 150.77 0.63 0.37
Hex 23 98 5F 4D 0 26 28 97 3F 25
Octal 43 230 137 115 0 46 50 227 77 45
Binary 100011 10011000 1011111 1001101 0 100110 101000 10010111 111111 100101

Color Harmonies of #23985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23985F

Black with #23985F

Text Example


Text Example

White with #23985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23985F;
 }
 .AnyTagClassName
 {
   color: #23985F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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