Html Css Color HEX #30BA4F Chateau Green

📋 copy color: '#30BA4F'

red 48 ◦ green 186 ◦ blue 79

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

Shades of Chateau Green #30BA4F

Tints of Chateau Green #30BA4F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.42%

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 15.34%
G = 59.42%
B = 25.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#30BA4F (or 0x30BA4F) is known color: Chateau Green. HEX triplet: 30, BA and 4F. RGB value is (48,186,79). Sum of RGB (Red+Green+Blue) = 48+186+79=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA4F is #CF45B0. Grayscale: #848484. Windows color (decimal): -13583793 or 5225008. OLE color: 5225008.

HSL color Cylindrical-coordinate representation of color #30BA4F: hue angle of 133.48º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA4F is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 79 -
CMYK 0.74 0 0.58 0.27
HSL 133.48º 0.59% 0.46% -
HSV(B) 133.48º 0.74% 0.73% -
XYZ 20.19 36.31 13.34 -
YUV 132.54 97.78 67.7 -
System Red Green Blue C M Y K H S L
Decimal 48 186 79 0.74 0 0.58 0.27 133.48 0.59 0.46
Hex 30 BA 4F 4A 0 3A 1B 85 3B 2E
Octal 60 272 117 112 0 72 33 205 73 56
Binary 110000 10111010 1001111 1001010 0 111010 11011 10000101 111011 101110

Color Harmonies of #30BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA4F

Black with #30BA4F

Text Example


Text Example

White with #30BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,186,79); }

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

background-color css

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

 a { background-color: rgb(48,186,79); }

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

border-color css

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

 span { border-color: rgb(48,186,79); }

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