Html Css Color HEX #309965 Eucalyptus

📋 copy color: '#309965'

red 48 ◦ green 153 ◦ blue 101

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

Shades of Eucalyptus #309965

Tints of Eucalyptus #309965

RGB

 RED value IS 48 (19.14% from 255) = 15.89%

 GREEN value IS 153 (60.16% from 255) = 50.66%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 15.89%
G = 50.66%
B = 33.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#309965 (or 0x309965) is known color: Eucalyptus. HEX triplet: 30, 99 and 65. RGB value is (48,153,101). Sum of RGB (Red+Green+Blue) = 48+153+101=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #309965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309965 is #CF669A. Grayscale: #737373. Windows color (decimal): -13592219 or 6658352. OLE color: 6658352.

HSL color Cylindrical-coordinate representation of color #309965: hue angle of 150.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309965 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 101 -
CMYK 0.69 0 0.34 0.4
HSL 150.29º 0.52% 0.39% -
HSV(B) 150.29º 0.69% 0.6% -
XYZ 14.96 24.35 16.22 -
YUV 115.68 119.71 79.73 -
System Red Green Blue C M Y K H S L
Decimal 48 153 101 0.69 0 0.34 0.4 150.29 0.52 0.39
Hex 30 99 65 45 0 22 28 96 34 27
Octal 60 231 145 105 0 42 50 226 64 47
Binary 110000 10011001 1100101 1000101 0 100010 101000 10010110 110100 100111

Color Harmonies of #309965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309965

Black with #309965

Text Example


Text Example

White with #309965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309965; }

 p { color: rgb(48,153,101); }

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

background-color css

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

 a { background-color: rgb(48,153,101); }

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

border-color css

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

 span { border-color: rgb(48,153,101); }

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