Html Css Color HEX #309265 Eucalyptus

📋 copy color: '#309265'

red 48 ◦ green 146 ◦ blue 101

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

Shades of Eucalyptus #309265

Tints of Eucalyptus #309265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 16.27%
G = 49.49%
B = 34.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#309265 (or 0x309265) is known color: Eucalyptus. HEX triplet: 30, 92 and 65. RGB value is (48,146,101). Sum of RGB (Red+Green+Blue) = 48+146+101=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #309265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309265 is #CF6D9A. Grayscale: #6F6F6F. Windows color (decimal): -13594011 or 6656560. OLE color: 6656560.

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

Color convert

RGB 48 146 101 -
CMYK 0.67 0 0.31 0.43
HSL 152.45º 0.51% 0.38% -
HSV(B) 152.45º 0.67% 0.57% -
XYZ 13.85 22.13 15.85 -
YUV 111.57 122.03 82.66 -
System Red Green Blue C M Y K H S L
Decimal 48 146 101 0.67 0 0.31 0.43 152.45 0.51 0.38
Hex 30 92 65 43 0 1F 2B 98 33 26
Octal 60 222 145 103 0 37 53 230 63 46
Binary 110000 10010010 1100101 1000011 0 11111 101011 10011000 110011 100110

Color Harmonies of #309265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309265

Black with #309265

Text Example


Text Example

White with #309265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309265; }

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

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

background-color css

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

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

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

border-color css

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

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

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