Html Css Color HEX #309B52 Eucalyptus

📋 copy color: '#309B52'

red 48 ◦ green 155 ◦ blue 82

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

Shades of Eucalyptus #309B52

Tints of Eucalyptus #309B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 16.84%
G = 54.39%
B = 28.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#309B52 (or 0x309B52) is known color: Eucalyptus. HEX triplet: 30, 9B and 52. RGB value is (48,155,82). Sum of RGB (Red+Green+Blue) = 48+155+82=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #309B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B52 is #CF64AD. Grayscale: #727272. Windows color (decimal): -13591726 or 5413680. OLE color: 5413680.

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

Color convert

RGB 48 155 82 -
CMYK 0.69 0 0.47 0.39
HSL 139.07º 0.53% 0.4% -
HSV(B) 139.07º 0.69% 0.61% -
XYZ 14.46 24.68 11.98 -
YUV 114.69 109.55 80.44 -
System Red Green Blue C M Y K H S L
Decimal 48 155 82 0.69 0 0.47 0.39 139.07 0.53 0.4
Hex 30 9B 52 45 0 2F 27 8B 35 28
Octal 60 233 122 105 0 57 47 213 65 50
Binary 110000 10011011 1010010 1000101 0 101111 100111 10001011 110101 101000

Color Harmonies of #309B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B52

Black with #309B52

Text Example


Text Example

White with #309B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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