Html Css Color HEX #30B855 Chateau Green

📋 copy color: '#30B855'

red 48 ◦ green 184 ◦ blue 85

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

Shades of Chateau Green #30B855

Tints of Chateau Green #30B855

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.04%

 BLUE value IS 85 (33.59% from 255) = 26.81%

R = 15.14%
G = 58.04%
B = 26.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#30B855 (or 0x30B855) is known color: Chateau Green. HEX triplet: 30, B8 and 55. RGB value is (48,184,85). Sum of RGB (Red+Green+Blue) = 48+184+85=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 184 (72.27% from 255 or 58.04% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 184 - color contains mainly: green. Hex color #30B855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B855 is #CF47AA. Grayscale: #848484. Windows color (decimal): -13584299 or 5617712. OLE color: 5617712.

HSL color Cylindrical-coordinate representation of color #30B855: hue angle of 136.32º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B855 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 184 85 -
CMYK 0.74 0 0.54 0.28
HSL 136.32º 0.59% 0.45% -
HSV(B) 136.32º 0.74% 0.72% -
XYZ 20 35.57 14.41 -
YUV 132.05 101.44 68.05 -
System Red Green Blue C M Y K H S L
Decimal 48 184 85 0.74 0 0.54 0.28 136.32 0.59 0.45
Hex 30 B8 55 4A 0 36 1C 88 3B 2D
Octal 60 270 125 112 0 66 34 210 73 55
Binary 110000 10111000 1010101 1001010 0 110110 11100 10001000 111011 101101

Color Harmonies of #30B855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B855

Black with #30B855

Text Example


Text Example

White with #30B855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,184,85); }

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

background-color css

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

 a { background-color: rgb(48,184,85); }

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

border-color css

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

 span { border-color: rgb(48,184,85); }

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