Html Css Color HEX #30B245 Chateau Green

📋 copy color: '#30B245'

red 48 ◦ green 178 ◦ blue 69

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

Shades of Chateau Green #30B245

Tints of Chateau Green #30B245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 60.34%

 BLUE value IS 69 (27.34% from 255) = 23.39%

R = 16.27%
G = 60.34%
B = 23.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#30B245 (or 0x30B245) is known color: Chateau Green. HEX triplet: 30, B2 and 45. RGB value is (48,178,69). Sum of RGB (Red+Green+Blue) = 48+178+69=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #30B245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B245 is #CF4DBA. Grayscale: #7F7F7F. Windows color (decimal): -13585851 or 4567600. OLE color: 4567600.

HSL color Cylindrical-coordinate representation of color #30B245: hue angle of 129.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B245 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 178 69 -
CMYK 0.73 0 0.61 0.30
HSL 129.69º 0.58% 0.44% -
HSV(B) 129.69º 0.73% 0.7% -
XYZ 18.21 32.9 11.02 -
YUV 126.7 95.43 71.86 -
System Red Green Blue C M Y K H S L
Decimal 48 178 69 0.73 0 0.61 0.30 129.69 0.58 0.44
Hex 30 B2 45 49 0 3D 1E 82 3A 2C
Octal 60 262 105 111 0 75 36 202 72 54
Binary 110000 10110010 1000101 1001001 0 111101 11110 10000010 111010 101100

Color Harmonies of #30B245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B245

Black with #30B245

Text Example


Text Example

White with #30B245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,178,69); }

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

background-color css

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

 a { background-color: rgb(48,178,69); }

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

border-color css

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

 span { border-color: rgb(48,178,69); }

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