Html Css Color HEX #30996F Eucalyptus

📋 copy color: '#30996F'

red 48 ◦ green 153 ◦ blue 111

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

Shades of Eucalyptus #30996F

Tints of Eucalyptus #30996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.58%

R = 15.38%
G = 49.04%
B = 35.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#30996F (or 0x30996F) is known color: Eucalyptus. HEX triplet: 30, 99 and 6F. RGB value is (48,153,111). Sum of RGB (Red+Green+Blue) = 48+153+111=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #30996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30996F is #CF6690. Grayscale: #747474. Windows color (decimal): -13592209 or 7313712. OLE color: 7313712.

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

Color convert

RGB 48 153 111 -
CMYK 0.69 0 0.27 0.4
HSL 156º 0.52% 0.39% -
HSV(B) 156º 0.69% 0.6% -
XYZ 15.48 24.56 18.96 -
YUV 116.82 124.71 78.92 -
System Red Green Blue C M Y K H S L
Decimal 48 153 111 0.69 0 0.27 0.4 156 0.52 0.39
Hex 30 99 6F 45 0 1B 28 9C 34 27
Octal 60 231 157 105 0 33 50 234 64 47
Binary 110000 10011001 1101111 1000101 0 11011 101000 10011100 110100 100111

Color Harmonies of #30996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30996F

Black with #30996F

Text Example


Text Example

White with #30996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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