Html Css Color HEX #30A75B Eucalyptus

📋 copy color: '#30A75B'

red 48 ◦ green 167 ◦ blue 91

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

Shades of Eucalyptus #30A75B

Tints of Eucalyptus #30A75B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.58%

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

R = 15.69%
G = 54.58%
B = 29.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#30A75B (or 0x30A75B) is known color: Eucalyptus. HEX triplet: 30, A7 and 5B. RGB value is (48,167,91). Sum of RGB (Red+Green+Blue) = 48+167+91=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 167 (65.62% from 255 or 54.58% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 167 - color contains mainly: green. Hex color #30A75B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A75B is #CF58A4. Grayscale: #7A7A7A. Windows color (decimal): -13588645 or 6006576. OLE color: 6006576.

HSL color Cylindrical-coordinate representation of color #30A75B: hue angle of 141.68º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A75B is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 167 91 -
CMYK 0.71 0 0.46 0.35
HSL 141.68º 0.55% 0.42% -
HSV(B) 141.68º 0.71% 0.65% -
XYZ 16.93 29.02 14.61 -
YUV 122.76 110.08 74.68 -
System Red Green Blue C M Y K H S L
Decimal 48 167 91 0.71 0 0.46 0.35 141.68 0.55 0.42
Hex 30 A7 5B 47 0 2E 23 8E 37 2A
Octal 60 247 133 107 0 56 43 216 67 52
Binary 110000 10100111 1011011 1000111 0 101110 100011 10001110 110111 101010

Color Harmonies of #30A75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A75B

Black with #30A75B

Text Example


Text Example

White with #30A75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30A75B; }

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

 H1.HeaderClassName
 {
   color: #30A75B;
 }
 .AnyTagClassName
 {
   color: #30A75B;
 }
</style>

background-color css

<style>
 a { background-color: #30A75B; }

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

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

border-color css

<style>
 span { border-color: #30A75B; }

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

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