Html Css Color HEX #30996D Eucalyptus

📋 copy color: '#30996D'

red 48 ◦ green 153 ◦ blue 109

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

Shades of Eucalyptus #30996D

Tints of Eucalyptus #30996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.35%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 15.48%
G = 49.35%
B = 35.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#30996D (or 0x30996D) is known color: Eucalyptus. HEX triplet: 30, 99 and 6D. RGB value is (48,153,109). Sum of RGB (Red+Green+Blue) = 48+153+109=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #30996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30996D is #CF6692. Grayscale: #747474. Windows color (decimal): -13592211 or 7182640. OLE color: 7182640.

HSL color Cylindrical-coordinate representation of color #30996D: hue angle of 154.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30996D is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 109 -
CMYK 0.69 0 0.29 0.4
HSL 154.86º 0.52% 0.39% -
HSV(B) 154.86º 0.69% 0.6% -
XYZ 15.37 24.51 18.39 -
YUV 116.59 123.71 79.08 -
System Red Green Blue C M Y K H S L
Decimal 48 153 109 0.69 0 0.29 0.4 154.86 0.52 0.39
Hex 30 99 6D 45 0 1D 28 9B 34 27
Octal 60 231 155 105 0 35 50 233 64 47
Binary 110000 10011001 1101101 1000101 0 11101 101000 10011011 110100 100111

Color Harmonies of #30996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30996D

Black with #30996D

Text Example


Text Example

White with #30996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30996D; }

 p { color: rgb(48,153,109); }

 H1.HeaderClassName
 {
   color: #30996D;
 }
 .AnyTagClassName
 {
   color: #30996D;
 }
</style>

background-color css

<style>
 a { background-color: #30996D; }

 a { background-color: rgb(48,153,109); }

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

border-color css

<style>
 span { border-color: #30996D; }

 span { border-color: rgb(48,153,109); }

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