Html Css Color HEX #30965C Eucalyptus

📋 copy color: '#30965C'

red 48 ◦ green 150 ◦ blue 92

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

Shades of Eucalyptus #30965C

Tints of Eucalyptus #30965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.72%

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

R = 16.55%
G = 51.72%
B = 31.72%

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

#30965C (or 0x30965C) is known color: Eucalyptus. HEX triplet: 30, 96 and 5C. RGB value is (48,150,92). Sum of RGB (Red+Green+Blue) = 48+150+92=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #30965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30965C is #CF69A3. Grayscale: #717171. Windows color (decimal): -13592996 or 6067760. OLE color: 6067760.

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

Color convert

RGB 48 150 92 -
CMYK 0.68 0 0.39 0.41
HSL 145.88º 0.52% 0.39% -
HSV(B) 145.88º 0.68% 0.59% -
XYZ 14.06 23.21 13.87 -
YUV 112.89 116.21 81.72 -
System Red Green Blue C M Y K H S L
Decimal 48 150 92 0.68 0 0.39 0.41 145.88 0.52 0.39
Hex 30 96 5C 44 0 27 29 92 34 27
Octal 60 226 134 104 0 47 51 222 64 47
Binary 110000 10010110 1011100 1000100 0 100111 101001 10010010 110100 100111

Color Harmonies of #30965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30965C

Black with #30965C

Text Example


Text Example

White with #30965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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