Html Css Color HEX #30BC4F Chateau Green

📋 copy color: '#30BC4F'

red 48 ◦ green 188 ◦ blue 79

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

Shades of Chateau Green #30BC4F

Tints of Chateau Green #30BC4F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.68%

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

R = 15.24%
G = 59.68%
B = 25.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#30BC4F (or 0x30BC4F) is known color: Chateau Green. HEX triplet: 30, BC and 4F. RGB value is (48,188,79). Sum of RGB (Red+Green+Blue) = 48+188+79=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BC4F is #CF43B0. Grayscale: #868686. Windows color (decimal): -13583281 or 5225520. OLE color: 5225520.

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

Color convert

RGB 48 188 79 -
CMYK 0.74 0 0.58 0.26
HSL 133.29º 0.59% 0.46% -
HSV(B) 133.29º 0.74% 0.74% -
XYZ 20.61 37.16 13.48 -
YUV 133.71 97.12 66.86 -
System Red Green Blue C M Y K H S L
Decimal 48 188 79 0.74 0 0.58 0.26 133.29 0.59 0.46
Hex 30 BC 4F 4A 0 3A 1A 85 3B 2E
Octal 60 274 117 112 0 72 32 205 73 56
Binary 110000 10111100 1001111 1001010 0 111010 11010 10000101 111011 101110

Color Harmonies of #30BC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BC4F

Black with #30BC4F

Text Example


Text Example

White with #30BC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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