Html Css Color HEX #30AC5C Eucalyptus

📋 copy color: '#30AC5C'

red 48 ◦ green 172 ◦ blue 92

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

Shades of Eucalyptus #30AC5C

Tints of Eucalyptus #30AC5C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.13%

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

R = 15.38%
G = 55.13%
B = 29.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#30AC5C (or 0x30AC5C) is known color: Eucalyptus. HEX triplet: 30, AC and 5C. RGB value is (48,172,92). Sum of RGB (Red+Green+Blue) = 48+172+92=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AC5C is #CF53A3. Grayscale: #7E7E7E. Windows color (decimal): -13587364 or 6073392. OLE color: 6073392.

HSL color Cylindrical-coordinate representation of color #30AC5C: hue angle of 141.29º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AC5C is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 172 92 -
CMYK 0.72 0 0.47 0.33
HSL 141.29º 0.56% 0.43% -
HSV(B) 141.29º 0.72% 0.67% -
XYZ 17.9 30.91 15.15 -
YUV 125.8 108.92 72.5 -
System Red Green Blue C M Y K H S L
Decimal 48 172 92 0.72 0 0.47 0.33 141.29 0.56 0.43
Hex 30 AC 5C 48 0 2F 21 8D 38 2B
Octal 60 254 134 110 0 57 41 215 70 53
Binary 110000 10101100 1011100 1001000 0 101111 100001 10001101 111000 101011

Color Harmonies of #30AC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC5C

Black with #30AC5C

Text Example


Text Example

White with #30AC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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