Html Css Color HEX #30976C Eucalyptus

📋 copy color: '#30976C'

red 48 ◦ green 151 ◦ blue 108

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

Shades of Eucalyptus #30976C

Tints of Eucalyptus #30976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 15.64%
G = 49.19%
B = 35.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#30976C (or 0x30976C) is known color: Eucalyptus. HEX triplet: 30, 97 and 6C. RGB value is (48,151,108). Sum of RGB (Red+Green+Blue) = 48+151+108=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #30976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30976C is #CF6893. Grayscale: #737373. Windows color (decimal): -13592724 or 7116592. OLE color: 7116592.

HSL color Cylindrical-coordinate representation of color #30976C: hue angle of 154.95º 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 #30976C is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 151 108 -
CMYK 0.68 0 0.28 0.41
HSL 154.95º 0.52% 0.39% -
HSV(B) 154.95º 0.68% 0.59% -
XYZ 14.99 23.84 18 -
YUV 115.3 123.88 80 -
System Red Green Blue C M Y K H S L
Decimal 48 151 108 0.68 0 0.28 0.41 154.95 0.52 0.39
Hex 30 97 6C 44 0 1C 29 9B 34 27
Octal 60 227 154 104 0 34 51 233 64 47
Binary 110000 10010111 1101100 1000100 0 11100 101001 10011011 110100 100111

Color Harmonies of #30976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30976C

Black with #30976C

Text Example


Text Example

White with #30976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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