Html Css Color HEX #30975D Eucalyptus

📋 copy color: '#30975D'

red 48 ◦ green 151 ◦ blue 93

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

Shades of Eucalyptus #30975D

Tints of Eucalyptus #30975D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 16.44%
G = 51.71%
B = 31.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#30975D (or 0x30975D) is known color: Eucalyptus. HEX triplet: 30, 97 and 5D. RGB value is (48,151,93). Sum of RGB (Red+Green+Blue) = 48+151+93=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #30975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30975D is #CF68A2. Grayscale: #717171. Windows color (decimal): -13592739 or 6133552. OLE color: 6133552.

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

Color convert

RGB 48 151 93 -
CMYK 0.68 0 0.38 0.41
HSL 146.21º 0.52% 0.39% -
HSV(B) 146.21º 0.68% 0.59% -
XYZ 14.26 23.55 14.15 -
YUV 113.59 116.38 81.22 -
System Red Green Blue C M Y K H S L
Decimal 48 151 93 0.68 0 0.38 0.41 146.21 0.52 0.39
Hex 30 97 5D 44 0 26 29 92 34 27
Octal 60 227 135 104 0 46 51 222 64 47
Binary 110000 10010111 1011101 1000100 0 100110 101001 10010010 110100 100111

Color Harmonies of #30975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30975D

Black with #30975D

Text Example


Text Example

White with #30975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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