Html Css Color HEX #309065 Eucalyptus

📋 copy color: '#309065'

red 48 ◦ green 144 ◦ blue 101

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

Shades of Eucalyptus #309065

Tints of Eucalyptus #309065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.15%

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

R = 16.38%
G = 49.15%
B = 34.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#309065 (or 0x309065) is known color: Eucalyptus. HEX triplet: 30, 90 and 65. RGB value is (48,144,101). Sum of RGB (Red+Green+Blue) = 48+144+101=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #309065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309065 is #CF6F9A. Grayscale: #6E6E6E. Windows color (decimal): -13594523 or 6656048. OLE color: 6656048.

HSL color Cylindrical-coordinate representation of color #309065: hue angle of 153.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309065 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 101 -
CMYK 0.67 0 0.30 0.44
HSL 153.13º 0.5% 0.38% -
HSV(B) 153.13º 0.67% 0.56% -
XYZ 13.54 21.51 15.75 -
YUV 110.39 122.7 83.5 -
System Red Green Blue C M Y K H S L
Decimal 48 144 101 0.67 0 0.30 0.44 153.13 0.5 0.38
Hex 30 90 65 43 0 1E 2C 99 32 26
Octal 60 220 145 103 0 36 54 231 62 46
Binary 110000 10010000 1100101 1000011 0 11110 101100 10011001 110010 100110

Color Harmonies of #309065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309065

Black with #309065

Text Example


Text Example

White with #309065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309065; }

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

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

background-color css

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

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

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

border-color css

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

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

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