Html Css Color HEX #30AF4D Chateau Green

📋 copy color: '#30AF4D'

red 48 ◦ green 175 ◦ blue 77

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

Shades of Chateau Green #30AF4D

Tints of Chateau Green #30AF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 16%
G = 58.33%
B = 25.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#30AF4D (or 0x30AF4D) is known color: Chateau Green. HEX triplet: 30, AF and 4D. RGB value is (48,175,77). Sum of RGB (Red+Green+Blue) = 48+175+77=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AF4D is #CF50B2. Grayscale: #7E7E7E. Windows color (decimal): -13586611 or 5091120. OLE color: 5091120.

HSL color Cylindrical-coordinate representation of color #30AF4D: hue angle of 133.7º 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 #30AF4D is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 77 -
CMYK 0.73 0 0.56 0.31
HSL 133.7º 0.57% 0.44% -
HSV(B) 133.7º 0.73% 0.69% -
XYZ 17.89 31.82 12.22 -
YUV 125.86 100.42 72.47 -
System Red Green Blue C M Y K H S L
Decimal 48 175 77 0.73 0 0.56 0.31 133.7 0.57 0.44
Hex 30 AF 4D 49 0 38 1F 86 39 2C
Octal 60 257 115 111 0 70 37 206 71 54
Binary 110000 10101111 1001101 1001001 0 111000 11111 10000110 111001 101100

Color Harmonies of #30AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AF4D

Black with #30AF4D

Text Example


Text Example

White with #30AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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