Html Css Color HEX #30B151 Chateau Green

📋 copy color: '#30B151'

red 48 ◦ green 177 ◦ blue 81

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

Shades of Chateau Green #30B151

Tints of Chateau Green #30B151

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.84%

 BLUE value IS 81 (32.03% from 255) = 26.47%

R = 15.69%
G = 57.84%
B = 26.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#30B151 (or 0x30B151) is known color: Chateau Green. HEX triplet: 30, B1 and 51. RGB value is (48,177,81). Sum of RGB (Red+Green+Blue) = 48+177+81=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #30B151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B151 is #CF4EAE. Grayscale: #7F7F7F. Windows color (decimal): -13586095 or 5353776. OLE color: 5353776.

HSL color Cylindrical-coordinate representation of color #30B151: hue angle of 135.35º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B151 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 177 81 -
CMYK 0.73 0 0.54 0.31
HSL 135.35º 0.57% 0.44% -
HSV(B) 135.35º 0.73% 0.69% -
XYZ 18.43 32.67 13.12 -
YUV 127.49 101.76 71.31 -
System Red Green Blue C M Y K H S L
Decimal 48 177 81 0.73 0 0.54 0.31 135.35 0.57 0.44
Hex 30 B1 51 49 0 36 1F 87 39 2C
Octal 60 261 121 111 0 66 37 207 71 54
Binary 110000 10110001 1010001 1001001 0 110110 11111 10000111 111001 101100

Color Harmonies of #30B151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B151

Black with #30B151

Text Example


Text Example

White with #30B151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,177,81); }

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

background-color css

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

 a { background-color: rgb(48,177,81); }

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

border-color css

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

 span { border-color: rgb(48,177,81); }

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