Html Css Color HEX #30AB54 Chateau Green

📋 copy color: '#30AB54'

red 48 ◦ green 171 ◦ blue 84

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

Shades of Chateau Green #30AB54

Tints of Chateau Green #30AB54

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.44%

 BLUE value IS 84 (33.2% from 255) = 27.72%

R = 15.84%
G = 56.44%
B = 27.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#30AB54 (or 0x30AB54) is known color: Chateau Green. HEX triplet: 30, AB and 54. RGB value is (48,171,84). Sum of RGB (Red+Green+Blue) = 48+171+84=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AB54 is #CF54AB. Grayscale: #7C7C7C. Windows color (decimal): -13587628 or 5548848. OLE color: 5548848.

HSL color Cylindrical-coordinate representation of color #30AB54: hue angle of 137.56º 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 #30AB54 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 171 84 -
CMYK 0.72 0 0.51 0.33
HSL 137.56º 0.56% 0.43% -
HSV(B) 137.56º 0.72% 0.67% -
XYZ 17.38 30.39 13.34 -
YUV 124.31 105.25 73.57 -
System Red Green Blue C M Y K H S L
Decimal 48 171 84 0.72 0 0.51 0.33 137.56 0.56 0.43
Hex 30 AB 54 48 0 33 21 8A 38 2B
Octal 60 253 124 110 0 63 41 212 70 53
Binary 110000 10101011 1010100 1001000 0 110011 100001 10001010 111000 101011

Color Harmonies of #30AB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AB54

Black with #30AB54

Text Example


Text Example

White with #30AB54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,171,84); }

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

background-color css

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

 a { background-color: rgb(48,171,84); }

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

border-color css

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

 span { border-color: rgb(48,171,84); }

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