Html Css Color HEX #30AB56 Chateau Green

📋 copy color: '#30AB56'

red 48 ◦ green 171 ◦ blue 86

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

Shades of Chateau Green #30AB56

Tints of Chateau Green #30AB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.2%

R = 15.74%
G = 56.07%
B = 28.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#30AB56 (or 0x30AB56) is known color: Chateau Green. HEX triplet: 30, AB and 56. RGB value is (48,171,86). Sum of RGB (Red+Green+Blue) = 48+171+86=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AB56 is #CF54A9. Grayscale: #7C7C7C. Windows color (decimal): -13587626 or 5679920. OLE color: 5679920.

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

Color convert

RGB 48 171 86 -
CMYK 0.72 0 0.50 0.33
HSL 138.54º 0.56% 0.43% -
HSV(B) 138.54º 0.72% 0.67% -
XYZ 17.46 30.43 13.76 -
YUV 124.53 106.25 73.41 -
System Red Green Blue C M Y K H S L
Decimal 48 171 86 0.72 0 0.50 0.33 138.54 0.56 0.43
Hex 30 AB 56 48 0 32 21 8B 38 2B
Octal 60 253 126 110 0 62 41 213 70 53
Binary 110000 10101011 1010110 1001000 0 110010 100001 10001011 111000 101011

Color Harmonies of #30AB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AB56

Black with #30AB56

Text Example


Text Example

White with #30AB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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