Html Css Color HEX #309B5D Eucalyptus

📋 copy color: '#309B5D'

red 48 ◦ green 155 ◦ blue 93

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

Shades of Eucalyptus #309B5D

Tints of Eucalyptus #309B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.36%

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 16.22%
G = 52.36%
B = 31.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#309B5D (or 0x309B5D) is known color: Eucalyptus. HEX triplet: 30, 9B and 5D. RGB value is (48,155,93). Sum of RGB (Red+Green+Blue) = 48+155+93=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #309B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B5D is #CF64A2. Grayscale: #747474. Windows color (decimal): -13591715 or 6134576. OLE color: 6134576.

HSL color Cylindrical-coordinate representation of color #309B5D: hue angle of 145.23º 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 #309B5D is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 155 93 -
CMYK 0.69 0 0.4 0.39
HSL 145.23º 0.53% 0.4% -
HSV(B) 145.23º 0.69% 0.61% -
XYZ 14.92 24.86 14.37 -
YUV 115.94 115.05 79.54 -
System Red Green Blue C M Y K H S L
Decimal 48 155 93 0.69 0 0.4 0.39 145.23 0.53 0.4
Hex 30 9B 5D 45 0 28 27 91 35 28
Octal 60 233 135 105 0 50 47 221 65 50
Binary 110000 10011011 1011101 1000101 0 101000 100111 10010001 110101 101000

Color Harmonies of #309B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B5D

Black with #309B5D

Text Example


Text Example

White with #309B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,155,93); }

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

background-color css

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

 a { background-color: rgb(48,155,93); }

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

border-color css

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

 span { border-color: rgb(48,155,93); }

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