Html Css Color HEX #30995A Eucalyptus

📋 copy color: '#30995A'

red 48 ◦ green 153 ◦ blue 90

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

Shades of Eucalyptus #30995A

Tints of Eucalyptus #30995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.58%

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

R = 16.49%
G = 52.58%
B = 30.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#30995A (or 0x30995A) is known color: Eucalyptus. HEX triplet: 30, 99 and 5A. RGB value is (48,153,90). Sum of RGB (Red+Green+Blue) = 48+153+90=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #30995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30995A is #CF66A5. Grayscale: #727272. Windows color (decimal): -13592230 or 5937456. OLE color: 5937456.

HSL color Cylindrical-coordinate representation of color #30995A: hue angle of 144º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30995A is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 90 -
CMYK 0.69 0 0.41 0.4
HSL 144º 0.52% 0.39% -
HSV(B) 144º 0.69% 0.6% -
XYZ 14.46 24.15 13.57 -
YUV 114.42 114.21 80.62 -
System Red Green Blue C M Y K H S L
Decimal 48 153 90 0.69 0 0.41 0.4 144 0.52 0.39
Hex 30 99 5A 45 0 29 28 90 34 27
Octal 60 231 132 105 0 51 50 220 64 47
Binary 110000 10011001 1011010 1000101 0 101001 101000 10010000 110100 100111

Color Harmonies of #30995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30995A

Black with #30995A

Text Example


Text Example

White with #30995A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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