Html Css Color HEX #30965A Eucalyptus

📋 copy color: '#30965A'

red 48 ◦ green 150 ◦ blue 90

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

Shades of Eucalyptus #30965A

Tints of Eucalyptus #30965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.25%

R = 16.67%
G = 52.08%
B = 31.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#30965A (or 0x30965A) is known color: Eucalyptus. HEX triplet: 30, 96 and 5A. RGB value is (48,150,90). Sum of RGB (Red+Green+Blue) = 48+150+90=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #30965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30965A is #CF69A5. Grayscale: #707070. Windows color (decimal): -13592998 or 5936688. OLE color: 5936688.

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

Color convert

RGB 48 150 90 -
CMYK 0.68 0 0.4 0.41
HSL 144.71º 0.52% 0.39% -
HSV(B) 144.71º 0.68% 0.59% -
XYZ 13.97 23.18 13.41 -
YUV 112.66 115.21 81.88 -
System Red Green Blue C M Y K H S L
Decimal 48 150 90 0.68 0 0.4 0.41 144.71 0.52 0.39
Hex 30 96 5A 44 0 28 29 91 34 27
Octal 60 226 132 104 0 50 51 221 64 47
Binary 110000 10010110 1011010 1000100 0 101000 101001 10010001 110100 100111

Color Harmonies of #30965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30965A

Black with #30965A

Text Example


Text Example

White with #30965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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