Html Css Color HEX #30BA4E Chateau Green

📋 copy color: '#30BA4E'

red 48 ◦ green 186 ◦ blue 78

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

Shades of Chateau Green #30BA4E

Tints of Chateau Green #30BA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25%

R = 15.38%
G = 59.62%
B = 25%

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

#30BA4E (or 0x30BA4E) is known color: Chateau Green. HEX triplet: 30, BA and 4E. RGB value is (48,186,78). Sum of RGB (Red+Green+Blue) = 48+186+78=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA4E is #CF45B1. Grayscale: #848484. Windows color (decimal): -13583794 or 5159472. OLE color: 5159472.

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

Color convert

RGB 48 186 78 -
CMYK 0.74 0 0.58 0.27
HSL 133.04º 0.59% 0.46% -
HSV(B) 133.04º 0.74% 0.73% -
XYZ 20.15 36.3 13.15 -
YUV 132.43 97.28 67.78 -
System Red Green Blue C M Y K H S L
Decimal 48 186 78 0.74 0 0.58 0.27 133.04 0.59 0.46
Hex 30 BA 4E 4A 0 3A 1B 85 3B 2E
Octal 60 272 116 112 0 72 33 205 73 56
Binary 110000 10111010 1001110 1001010 0 111010 11011 10000101 111011 101110

Color Harmonies of #30BA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA4E

Black with #30BA4E

Text Example


Text Example

White with #30BA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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