Html Css Color HEX #30976A Eucalyptus

📋 copy color: '#30976A'

red 48 ◦ green 151 ◦ blue 106

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

Shades of Eucalyptus #30976A

Tints of Eucalyptus #30976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 15.74%
G = 49.51%
B = 34.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#30976A (or 0x30976A) is known color: Eucalyptus. HEX triplet: 30, 97 and 6A. RGB value is (48,151,106). Sum of RGB (Red+Green+Blue) = 48+151+106=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #30976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30976A is #CF6895. Grayscale: #737373. Windows color (decimal): -13592726 or 6985520. OLE color: 6985520.

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

Color convert

RGB 48 151 106 -
CMYK 0.68 0 0.30 0.41
HSL 153.79º 0.52% 0.39% -
HSV(B) 153.79º 0.68% 0.59% -
XYZ 14.89 23.8 17.45 -
YUV 115.07 122.88 80.16 -
System Red Green Blue C M Y K H S L
Decimal 48 151 106 0.68 0 0.30 0.41 153.79 0.52 0.39
Hex 30 97 6A 44 0 1E 29 9A 34 27
Octal 60 227 152 104 0 36 51 232 64 47
Binary 110000 10010111 1101010 1000100 0 11110 101001 10011010 110100 100111

Color Harmonies of #30976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30976A

Black with #30976A

Text Example


Text Example

White with #30976A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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