Html Css Color HEX #309266 Eucalyptus

📋 copy color: '#309266'

red 48 ◦ green 146 ◦ blue 102

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

Shades of Eucalyptus #309266

Tints of Eucalyptus #309266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 16.22%
G = 49.32%
B = 34.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#309266 (or 0x309266) is known color: Eucalyptus. HEX triplet: 30, 92 and 66. RGB value is (48,146,102). Sum of RGB (Red+Green+Blue) = 48+146+102=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #309266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309266 is #CF6D99. Grayscale: #6F6F6F. Windows color (decimal): -13594010 or 6722096. OLE color: 6722096.

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

Color convert

RGB 48 146 102 -
CMYK 0.67 0 0.30 0.43
HSL 153.06º 0.51% 0.38% -
HSV(B) 153.06º 0.67% 0.57% -
XYZ 13.9 22.15 16.11 -
YUV 111.68 122.53 82.58 -
System Red Green Blue C M Y K H S L
Decimal 48 146 102 0.67 0 0.30 0.43 153.06 0.51 0.38
Hex 30 92 66 43 0 1E 2B 99 33 26
Octal 60 222 146 103 0 36 53 231 63 46
Binary 110000 10010010 1100110 1000011 0 11110 101011 10011001 110011 100110

Color Harmonies of #309266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309266

Black with #309266

Text Example


Text Example

White with #309266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309266; }

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

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

background-color css

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

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

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

border-color css

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

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

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