Html Css Color HEX #1C965E Eucalyptus

📋 copy color: '#1C965E'

red 28 ◦ green 150 ◦ blue 94

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

Shades of Eucalyptus #1C965E

Tints of Eucalyptus #1C965E

RGB

 RED value IS 28 (11.33% from 255) = 10.29%

 GREEN value IS 150 (58.98% from 255) = 55.15%

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 10.29%
G = 55.15%
B = 34.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#1C965E (or 0x1C965E) is known color: Eucalyptus. HEX triplet: 1C, 96 and 5E. RGB value is (28,150,94). Sum of RGB (Red+Green+Blue) = 28+150+94=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #1C965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C965E is #E369A1. Grayscale: #6B6B6B. Windows color (decimal): -14903714 or 6198812. OLE color: 6198812.

HSL color Cylindrical-coordinate representation of color #1C965E: hue angle of 152.46º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C965E is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 28 150 94 -
CMYK 0.81 0 0.37 0.41
HSL 152.46º 0.69% 0.35% -
HSV(B) 152.46º 0.81% 0.59% -
XYZ 13.41 22.87 14.3 -
YUV 107.14 120.58 71.55 -
System Red Green Blue C M Y K H S L
Decimal 28 150 94 0.81 0 0.37 0.41 152.46 0.69 0.35
Hex 1C 96 5E 51 0 25 29 98 45 23
Octal 34 226 136 121 0 45 51 230 105 43
Binary 11100 10010110 1011110 1010001 0 100101 101001 10011000 1000101 100011

Color Harmonies of #1C965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C965E

Black with #1C965E

Text Example


Text Example

White with #1C965E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,150,94); }

 H1.HeaderClassName
 {
   color: #1C965E;
 }
 .AnyTagClassName
 {
   color: #1C965E;
 }
</style>

background-color css

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

 a { background-color: rgb(28,150,94); }

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

border-color css

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

 span { border-color: rgb(28,150,94); }

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