Html Css Color HEX #309264 Eucalyptus

📋 copy color: '#309264'

red 48 ◦ green 146 ◦ blue 100

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

Shades of Eucalyptus #309264

Tints of Eucalyptus #309264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.66%

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 16.33%
G = 49.66%
B = 34.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#309264 (or 0x309264) is known color: Eucalyptus. HEX triplet: 30, 92 and 64. RGB value is (48,146,100). Sum of RGB (Red+Green+Blue) = 48+146+100=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #309264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309264 is #CF6D9B. Grayscale: #6F6F6F. Windows color (decimal): -13594012 or 6591024. OLE color: 6591024.

HSL color Cylindrical-coordinate representation of color #309264: hue angle of 151.84º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309264 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 100 -
CMYK 0.67 0 0.32 0.43
HSL 151.84º 0.51% 0.38% -
HSV(B) 151.84º 0.67% 0.57% -
XYZ 13.8 22.11 15.6 -
YUV 111.45 121.53 82.74 -
System Red Green Blue C M Y K H S L
Decimal 48 146 100 0.67 0 0.32 0.43 151.84 0.51 0.38
Hex 30 92 64 43 0 20 2B 98 33 26
Octal 60 222 144 103 0 40 53 230 63 46
Binary 110000 10010010 1100100 1000011 0 100000 101011 10011000 110011 100110

Color Harmonies of #309264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309264

Black with #309264

Text Example


Text Example

White with #309264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309264; }

 p { color: rgb(48,146,100); }

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

background-color css

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

 a { background-color: rgb(48,146,100); }

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

border-color css

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

 span { border-color: rgb(48,146,100); }

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