Html Css Color HEX #30BA4C Chateau Green

📋 copy color: '#30BA4C'

red 48 ◦ green 186 ◦ blue 76

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

Shades of Chateau Green #30BA4C

Tints of Chateau Green #30BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 15.48%
G = 60%
B = 24.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#30BA4C (or 0x30BA4C) is known color: Chateau Green. HEX triplet: 30, BA and 4C. RGB value is (48,186,76). Sum of RGB (Red+Green+Blue) = 48+186+76=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA4C is #CF45B3. Grayscale: #848484. Windows color (decimal): -13583796 or 5028400. OLE color: 5028400.

HSL color Cylindrical-coordinate representation of color #30BA4C: hue angle of 132.17º 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 #30BA4C is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 76 -
CMYK 0.74 0 0.59 0.27
HSL 132.17º 0.59% 0.46% -
HSV(B) 132.17º 0.74% 0.73% -
XYZ 20.08 36.27 12.78 -
YUV 132.2 96.28 67.94 -
System Red Green Blue C M Y K H S L
Decimal 48 186 76 0.74 0 0.59 0.27 132.17 0.59 0.46
Hex 30 BA 4C 4A 0 3B 1B 84 3B 2E
Octal 60 272 114 112 0 73 33 204 73 56
Binary 110000 10111010 1001100 1001010 0 111011 11011 10000100 111011 101110

Color Harmonies of #30BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA4C

Black with #30BA4C

Text Example


Text Example

White with #30BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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