#1CA767

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

Shades of Eucalyptus #1CA767

Tints of Eucalyptus #1CA767

Color information

#1CA767 (or 0x1CA767) is unknown color: approx Eucalyptus. HEX triplet: 1C, A7 and 67. RGB value is (28,167,103). Sum of RGB (Red+Green+Blue) = 28+167+103=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA767 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA767 is #E35898. Grayscale: #767676. Windows color (decimal): -14899353 or 6792988. OLE color: 6792988.

HSL color Cylindrical-coordinate representation of color #1CA767: hue angle of 152.37º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA767 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB28167103-
CMYK0.8300.380.35
HSL152.37º71.28%38.24%-
HSV(B)152.37º83.23%65.49%-
XYZ16.7528.8617.52-
YUV118.14119.4563.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.40%
GREEN value IS 167 (65.62% from 255) = 56.04%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=9.40%
G=56.04%
B=34.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281671030.8300.380.35152.3771.2838.24
Hex1CA7675302623984726
Octal342471471230464323010746
Binary1110010100111110011110100110100110100011100110001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CA767; }

 p { color: rgb(28,167,103); }

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

<style>
 a { background-color: #1CA767; }

 a { background-color: rgb(28,167,103); }

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

<style>
 span { border-color: #1CA767; }

 span { border-color: rgb(28,167,103); }

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