Html Css Color HEX #309C5B Eucalyptus

📋 copy color: '#309C5B'

red 48 ◦ green 156 ◦ blue 91

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

Shades of Eucalyptus #309C5B

Tints of Eucalyptus #309C5B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.88%

 BLUE value IS 91 (35.94% from 255) = 30.85%

R = 16.27%
G = 52.88%
B = 30.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#309C5B (or 0x309C5B) is known color: Eucalyptus. HEX triplet: 30, 9C and 5B. RGB value is (48,156,91). Sum of RGB (Red+Green+Blue) = 48+156+91=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #309C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C5B is #CF63A4. Grayscale: #747474. Windows color (decimal): -13591461 or 6003760. OLE color: 6003760.

HSL color Cylindrical-coordinate representation of color #309C5B: hue angle of 143.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309C5B is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 156 91 -
CMYK 0.69 0 0.42 0.39
HSL 143.89º 0.53% 0.4% -
HSV(B) 143.89º 0.69% 0.61% -
XYZ 15 25.16 13.96 -
YUV 116.3 113.72 79.29 -
System Red Green Blue C M Y K H S L
Decimal 48 156 91 0.69 0 0.42 0.39 143.89 0.53 0.4
Hex 30 9C 5B 45 0 2A 27 90 35 28
Octal 60 234 133 105 0 52 47 220 65 50
Binary 110000 10011100 1011011 1000101 0 101010 100111 10010000 110101 101000

Color Harmonies of #309C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C5B

Black with #309C5B

Text Example


Text Example

White with #309C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309C5B; }

 p { color: rgb(48,156,91); }

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

background-color css

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

 a { background-color: rgb(48,156,91); }

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

border-color css

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

 span { border-color: rgb(48,156,91); }

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