Html Css Color HEX #309261 Eucalyptus

📋 copy color: '#309261'

red 48 ◦ green 146 ◦ blue 97

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

Shades of Eucalyptus #309261

Tints of Eucalyptus #309261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.33%

R = 16.49%
G = 50.17%
B = 33.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#309261 (or 0x309261) is known color: Eucalyptus. HEX triplet: 30, 92 and 61. RGB value is (48,146,97). Sum of RGB (Red+Green+Blue) = 48+146+97=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #309261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309261 is #CF6D9E. Grayscale: #6F6F6F. Windows color (decimal): -13594015 or 6394416. OLE color: 6394416.

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

Color convert

RGB 48 146 97 -
CMYK 0.67 0 0.34 0.43
HSL 150º 0.51% 0.38% -
HSV(B) 150º 0.67% 0.57% -
XYZ 13.66 22.05 14.85 -
YUV 111.11 120.03 82.98 -
System Red Green Blue C M Y K H S L
Decimal 48 146 97 0.67 0 0.34 0.43 150 0.51 0.38
Hex 30 92 61 43 0 22 2B 96 33 26
Octal 60 222 141 103 0 42 53 226 63 46
Binary 110000 10010010 1100001 1000011 0 100010 101011 10010110 110011 100110

Color Harmonies of #309261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309261

Black with #309261

Text Example


Text Example

White with #309261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309261; }

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

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

background-color css

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

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

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

border-color css

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

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

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