Html Css Color HEX #30A255 Chateau Green

📋 copy color: '#30A255'

red 48 ◦ green 162 ◦ blue 85

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

Shades of Chateau Green #30A255

Tints of Chateau Green #30A255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.92%

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

R = 16.27%
G = 54.92%
B = 28.81%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#30A255 (or 0x30A255) is known color: Chateau Green. HEX triplet: 30, A2 and 55. RGB value is (48,162,85). Sum of RGB (Red+Green+Blue) = 48+162+85=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #30A255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A255 is #CF5DAA. Grayscale: #777777. Windows color (decimal): -13589931 or 5612080. OLE color: 5612080.

HSL color Cylindrical-coordinate representation of color #30A255: hue angle of 139.47º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A255 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 162 85 -
CMYK 0.70 0 0.48 0.36
HSL 139.47º 0.54% 0.41% -
HSV(B) 139.47º 0.7% 0.64% -
XYZ 15.78 27.12 13 -
YUV 119.14 108.73 77.26 -
System Red Green Blue C M Y K H S L
Decimal 48 162 85 0.70 0 0.48 0.36 139.47 0.54 0.41
Hex 30 A2 55 46 0 30 24 8B 36 29
Octal 60 242 125 106 0 60 44 213 66 51
Binary 110000 10100010 1010101 1000110 0 110000 100100 10001011 110110 101001

Color Harmonies of #30A255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A255

Black with #30A255

Text Example


Text Example

White with #30A255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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