Html Css Color HEX #30AF52 Chateau Green

📋 copy color: '#30AF52'

red 48 ◦ green 175 ◦ blue 82

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

Shades of Chateau Green #30AF52

Tints of Chateau Green #30AF52

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.38%

 BLUE value IS 82 (32.42% from 255) = 26.89%

R = 15.74%
G = 57.38%
B = 26.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#30AF52 (or 0x30AF52) is known color: Chateau Green. HEX triplet: 30, AF and 52. RGB value is (48,175,82). Sum of RGB (Red+Green+Blue) = 48+175+82=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AF52 is #CF50AD. Grayscale: #7E7E7E. Windows color (decimal): -13586606 or 5418800. OLE color: 5418800.

HSL color Cylindrical-coordinate representation of color #30AF52: hue angle of 136.06º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AF52 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 82 -
CMYK 0.73 0 0.53 0.31
HSL 136.06º 0.57% 0.44% -
HSV(B) 136.06º 0.73% 0.69% -
XYZ 18.07 31.9 13.19 -
YUV 126.43 102.92 72.06 -
System Red Green Blue C M Y K H S L
Decimal 48 175 82 0.73 0 0.53 0.31 136.06 0.57 0.44
Hex 30 AF 52 49 0 35 1F 88 39 2C
Octal 60 257 122 111 0 65 37 210 71 54
Binary 110000 10101111 1010010 1001001 0 110101 11111 10001000 111001 101100

Color Harmonies of #30AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AF52

Black with #30AF52

Text Example


Text Example

White with #30AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,175,82); }

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

background-color css

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

 a { background-color: rgb(48,175,82); }

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

border-color css

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

 span { border-color: rgb(48,175,82); }

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