Html Css Color HEX #309263 Eucalyptus

📋 copy color: '#309263'

red 48 ◦ green 146 ◦ blue 99

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

Shades of Eucalyptus #309263

Tints of Eucalyptus #309263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 16.38%
G = 49.83%
B = 33.79%

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

#309263 (or 0x309263) is known color: Eucalyptus. HEX triplet: 30, 92 and 63. RGB value is (48,146,99). Sum of RGB (Red+Green+Blue) = 48+146+99=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #309263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309263 is #CF6D9C. Grayscale: #6F6F6F. Windows color (decimal): -13594013 or 6525488. OLE color: 6525488.

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

Color convert

RGB 48 146 99 -
CMYK 0.67 0 0.32 0.43
HSL 151.22º 0.51% 0.38% -
HSV(B) 151.22º 0.67% 0.57% -
XYZ 13.75 22.09 15.34 -
YUV 111.34 121.03 82.82 -
System Red Green Blue C M Y K H S L
Decimal 48 146 99 0.67 0 0.32 0.43 151.22 0.51 0.38
Hex 30 92 63 43 0 20 2B 97 33 26
Octal 60 222 143 103 0 40 53 227 63 46
Binary 110000 10010010 1100011 1000011 0 100000 101011 10010111 110011 100110

Color Harmonies of #309263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309263

Black with #309263

Text Example


Text Example

White with #309263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309263; }

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

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

background-color css

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

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

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

border-color css

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

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

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