Html Css Color HEX #309268 Eucalyptus

📋 copy color: '#309268'

red 48 ◦ green 146 ◦ blue 104

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

Shades of Eucalyptus #309268

Tints of Eucalyptus #309268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 16.11%
G = 48.99%
B = 34.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#309268 (or 0x309268) is known color: Eucalyptus. HEX triplet: 30, 92 and 68. RGB value is (48,146,104). Sum of RGB (Red+Green+Blue) = 48+146+104=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #309268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309268 is #CF6D97. Grayscale: #6F6F6F. Windows color (decimal): -13594008 or 6853168. OLE color: 6853168.

HSL color Cylindrical-coordinate representation of color #309268: hue angle of 154.29º 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 #309268 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 104 -
CMYK 0.67 0 0.29 0.43
HSL 154.29º 0.51% 0.38% -
HSV(B) 154.29º 0.67% 0.57% -
XYZ 14 22.19 16.64 -
YUV 111.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 48 146 104 0.67 0 0.29 0.43 154.29 0.51 0.38
Hex 30 92 68 43 0 1D 2B 9A 33 26
Octal 60 222 150 103 0 35 53 232 63 46
Binary 110000 10010010 1101000 1000011 0 11101 101011 10011010 110011 100110

Color Harmonies of #309268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309268

Black with #309268

Text Example


Text Example

White with #309268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309268; }

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

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

background-color css

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

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

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

border-color css

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

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

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