Html Css Color HEX #30B748 Chateau Green

📋 copy color: '#30B748'

red 48 ◦ green 183 ◦ blue 72

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

Shades of Chateau Green #30B748

Tints of Chateau Green #30B748

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.4%

 BLUE value IS 72 (28.52% from 255) = 23.76%

R = 15.84%
G = 60.4%
B = 23.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#30B748 (or 0x30B748) is known color: Chateau Green. HEX triplet: 30, B7 and 48. RGB value is (48,183,72). Sum of RGB (Red+Green+Blue) = 48+183+72=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #30B748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B748 is #CF48B7. Grayscale: #828282. Windows color (decimal): -13584568 or 4765488. OLE color: 4765488.

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

Color convert

RGB 48 183 72 -
CMYK 0.74 0 0.61 0.28
HSL 130.67º 0.58% 0.45% -
HSV(B) 130.67º 0.74% 0.72% -
XYZ 19.32 34.96 11.86 -
YUV 129.98 95.27 69.53 -
System Red Green Blue C M Y K H S L
Decimal 48 183 72 0.74 0 0.61 0.28 130.67 0.58 0.45
Hex 30 B7 48 4A 0 3D 1C 83 3A 2D
Octal 60 267 110 112 0 75 34 203 72 55
Binary 110000 10110111 1001000 1001010 0 111101 11100 10000011 111010 101101

Color Harmonies of #30B748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B748

Black with #30B748

Text Example


Text Example

White with #30B748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,183,72); }

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

background-color css

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

 a { background-color: rgb(48,183,72); }

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

border-color css

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

 span { border-color: rgb(48,183,72); }

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