Html Css Color HEX #30995C Eucalyptus

📋 copy color: '#30995C'

red 48 ◦ green 153 ◦ blue 92

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

Shades of Eucalyptus #30995C

Tints of Eucalyptus #30995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 16.38%
G = 52.22%
B = 31.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#30995C (or 0x30995C) is known color: Eucalyptus. HEX triplet: 30, 99 and 5C. RGB value is (48,153,92). Sum of RGB (Red+Green+Blue) = 48+153+92=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #30995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30995C is #CF66A3. Grayscale: #727272. Windows color (decimal): -13592228 or 6068528. OLE color: 6068528.

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

Color convert

RGB 48 153 92 -
CMYK 0.69 0 0.40 0.4
HSL 145.14º 0.52% 0.39% -
HSV(B) 145.14º 0.69% 0.6% -
XYZ 14.54 24.18 14.03 -
YUV 114.65 115.21 80.46 -
System Red Green Blue C M Y K H S L
Decimal 48 153 92 0.69 0 0.40 0.4 145.14 0.52 0.39
Hex 30 99 5C 45 0 28 28 91 34 27
Octal 60 231 134 105 0 50 50 221 64 47
Binary 110000 10011001 1011100 1000101 0 101000 101000 10010001 110100 100111

Color Harmonies of #30995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30995C

Black with #30995C

Text Example


Text Example

White with #30995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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