Html Css Color HEX #30965B Eucalyptus

📋 copy color: '#30965B'

red 48 ◦ green 150 ◦ blue 91

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

Shades of Eucalyptus #30965B

Tints of Eucalyptus #30965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 16.61%
G = 51.9%
B = 31.49%

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

#30965B (or 0x30965B) is known color: Eucalyptus. HEX triplet: 30, 96 and 5B. RGB value is (48,150,91). Sum of RGB (Red+Green+Blue) = 48+150+91=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #30965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30965B is #CF69A4. Grayscale: #707070. Windows color (decimal): -13592997 or 6002224. OLE color: 6002224.

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

Color convert

RGB 48 150 91 -
CMYK 0.68 0 0.39 0.41
HSL 145.29º 0.52% 0.39% -
HSV(B) 145.29º 0.68% 0.59% -
XYZ 14.01 23.2 13.64 -
YUV 112.78 115.71 81.8 -
System Red Green Blue C M Y K H S L
Decimal 48 150 91 0.68 0 0.39 0.41 145.29 0.52 0.39
Hex 30 96 5B 44 0 27 29 91 34 27
Octal 60 226 133 104 0 47 51 221 64 47
Binary 110000 10010110 1011011 1000100 0 100111 101001 10010001 110100 100111

Color Harmonies of #30965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30965B

Black with #30965B

Text Example


Text Example

White with #30965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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