Html Css Color HEX #30AB55 Chateau Green

📋 copy color: '#30AB55'

red 48 ◦ green 171 ◦ blue 85

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

Shades of Chateau Green #30AB55

Tints of Chateau Green #30AB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.96%

R = 15.79%
G = 56.25%
B = 27.96%

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

#30AB55 (or 0x30AB55) is known color: Chateau Green. HEX triplet: 30, AB and 55. RGB value is (48,171,85). Sum of RGB (Red+Green+Blue) = 48+171+85=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AB55 is #CF54AA. Grayscale: #7C7C7C. Windows color (decimal): -13587627 or 5614384. OLE color: 5614384.

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

Color convert

RGB 48 171 85 -
CMYK 0.72 0 0.50 0.33
HSL 138.05º 0.56% 0.43% -
HSV(B) 138.05º 0.72% 0.67% -
XYZ 17.42 30.41 13.55 -
YUV 124.42 105.75 73.49 -
System Red Green Blue C M Y K H S L
Decimal 48 171 85 0.72 0 0.50 0.33 138.05 0.56 0.43
Hex 30 AB 55 48 0 32 21 8A 38 2B
Octal 60 253 125 110 0 62 41 212 70 53
Binary 110000 10101011 1010101 1001000 0 110010 100001 10001010 111000 101011

Color Harmonies of #30AB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AB55

Black with #30AB55

Text Example


Text Example

White with #30AB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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