Html Css Color HEX #30975C Eucalyptus

📋 copy color: '#30975C'

red 48 ◦ green 151 ◦ blue 92

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

Shades of Eucalyptus #30975C

Tints of Eucalyptus #30975C

RGB

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

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

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

R = 16.49%
G = 51.89%
B = 31.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#30975C (or 0x30975C) is known color: Eucalyptus. HEX triplet: 30, 97 and 5C. RGB value is (48,151,92). Sum of RGB (Red+Green+Blue) = 48+151+92=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #30975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30975C is #CF68A3. Grayscale: #717171. Windows color (decimal): -13592740 or 6068016. OLE color: 6068016.

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

Color convert

RGB 48 151 92 -
CMYK 0.68 0 0.39 0.41
HSL 145.63º 0.52% 0.39% -
HSV(B) 145.63º 0.68% 0.59% -
XYZ 14.22 23.53 13.92 -
YUV 113.48 115.88 81.3 -
System Red Green Blue C M Y K H S L
Decimal 48 151 92 0.68 0 0.39 0.41 145.63 0.52 0.39
Hex 30 97 5C 44 0 27 29 92 34 27
Octal 60 227 134 104 0 47 51 222 64 47
Binary 110000 10010111 1011100 1000100 0 100111 101001 10010010 110100 100111

Color Harmonies of #30975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30975C

Black with #30975C

Text Example


Text Example

White with #30975C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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