Html Css Color HEX #30995F Eucalyptus

📋 copy color: '#30995F'

red 48 ◦ green 153 ◦ blue 95

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

Shades of Eucalyptus #30995F

Tints of Eucalyptus #30995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 16.22%
G = 51.69%
B = 32.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#30995F (or 0x30995F) is known color: Eucalyptus. HEX triplet: 30, 99 and 5F. RGB value is (48,153,95). Sum of RGB (Red+Green+Blue) = 48+153+95=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #30995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30995F is #CF66A0. Grayscale: #737373. Windows color (decimal): -13592225 or 6265136. OLE color: 6265136.

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

Color convert

RGB 48 153 95 -
CMYK 0.69 0 0.38 0.4
HSL 146.86º 0.52% 0.39% -
HSV(B) 146.86º 0.69% 0.6% -
XYZ 14.68 24.24 14.73 -
YUV 114.99 116.71 80.22 -
System Red Green Blue C M Y K H S L
Decimal 48 153 95 0.69 0 0.38 0.4 146.86 0.52 0.39
Hex 30 99 5F 45 0 26 28 93 34 27
Octal 60 231 137 105 0 46 50 223 64 47
Binary 110000 10011001 1011111 1000101 0 100110 101000 10010011 110100 100111

Color Harmonies of #30995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30995F

Black with #30995F

Text Example


Text Example

White with #30995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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