Html Css Color HEX #30BB53 Chateau Green

📋 copy color: '#30BB53'

red 48 ◦ green 187 ◦ blue 83

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

Shades of Chateau Green #30BB53

Tints of Chateau Green #30BB53

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.81%

 BLUE value IS 83 (32.81% from 255) = 26.1%

R = 15.09%
G = 58.81%
B = 26.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#30BB53 (or 0x30BB53) is known color: Chateau Green. HEX triplet: 30, BB and 53. RGB value is (48,187,83). Sum of RGB (Red+Green+Blue) = 48+187+83=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BB53 is #CF44AC. Grayscale: #858585. Windows color (decimal): -13583533 or 5487408. OLE color: 5487408.

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

Color convert

RGB 48 187 83 -
CMYK 0.74 0 0.56 0.27
HSL 135.11º 0.59% 0.46% -
HSV(B) 135.11º 0.74% 0.73% -
XYZ 20.55 36.79 14.2 -
YUV 133.58 99.45 66.96 -
System Red Green Blue C M Y K H S L
Decimal 48 187 83 0.74 0 0.56 0.27 135.11 0.59 0.46
Hex 30 BB 53 4A 0 38 1B 87 3B 2E
Octal 60 273 123 112 0 70 33 207 73 56
Binary 110000 10111011 1010011 1001010 0 111000 11011 10000111 111011 101110

Color Harmonies of #30BB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BB53

Black with #30BB53

Text Example


Text Example

White with #30BB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,187,83); }

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

background-color css

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

 a { background-color: rgb(48,187,83); }

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

border-color css

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

 span { border-color: rgb(48,187,83); }

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