Html Css Color HEX #309768 Eucalyptus

📋 copy color: '#309768'

red 48 ◦ green 151 ◦ blue 104

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

Shades of Eucalyptus #309768

Tints of Eucalyptus #309768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.83%

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 15.84%
G = 49.83%
B = 34.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#309768 (or 0x309768) is known color: Eucalyptus. HEX triplet: 30, 97 and 68. RGB value is (48,151,104). Sum of RGB (Red+Green+Blue) = 48+151+104=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #309768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309768 is #CF6897. Grayscale: #727272. Windows color (decimal): -13592728 or 6854448. OLE color: 6854448.

HSL color Cylindrical-coordinate representation of color #309768: hue angle of 152.62º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309768 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 151 104 -
CMYK 0.68 0 0.31 0.41
HSL 152.62º 0.52% 0.39% -
HSV(B) 152.62º 0.68% 0.59% -
XYZ 14.78 23.76 16.9 -
YUV 114.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 48 151 104 0.68 0 0.31 0.41 152.62 0.52 0.39
Hex 30 97 68 44 0 1F 29 99 34 27
Octal 60 227 150 104 0 37 51 231 64 47
Binary 110000 10010111 1101000 1000100 0 11111 101001 10011001 110100 100111

Color Harmonies of #309768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309768

Black with #309768

Text Example


Text Example

White with #309768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309768; }

 p { color: rgb(48,151,104); }

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

background-color css

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

 a { background-color: rgb(48,151,104); }

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

border-color css

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

 span { border-color: rgb(48,151,104); }

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