Html Css Color HEX #309269 Eucalyptus

📋 copy color: '#309269'

red 48 ◦ green 146 ◦ blue 105

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

Shades of Eucalyptus #309269

Tints of Eucalyptus #309269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 16.05%
G = 48.83%
B = 35.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#309269 (or 0x309269) is known color: Eucalyptus. HEX triplet: 30, 92 and 69. RGB value is (48,146,105). Sum of RGB (Red+Green+Blue) = 48+146+105=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #309269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309269 is #CF6D96. Grayscale: #707070. Windows color (decimal): -13594007 or 6918704. OLE color: 6918704.

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

Color convert

RGB 48 146 105 -
CMYK 0.67 0 0.28 0.43
HSL 154.9º 0.51% 0.38% -
HSV(B) 154.9º 0.67% 0.57% -
XYZ 14.05 22.21 16.91 -
YUV 112.02 124.03 82.33 -
System Red Green Blue C M Y K H S L
Decimal 48 146 105 0.67 0 0.28 0.43 154.9 0.51 0.38
Hex 30 92 69 43 0 1C 2B 9B 33 26
Octal 60 222 151 103 0 34 53 233 63 46
Binary 110000 10010010 1101001 1000011 0 11100 101011 10011011 110011 100110

Color Harmonies of #309269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309269

Black with #309269

Text Example


Text Example

White with #309269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309269; }

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

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

background-color css

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

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

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

border-color css

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

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

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