Html Css Color HEX #30A844 Chateau Green

📋 copy color: '#30A844'

red 48 ◦ green 168 ◦ blue 68

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

Shades of Chateau Green #30A844

Tints of Chateau Green #30A844

RGB

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

 GREEN value IS 168 (66.02% from 255) = 59.15%

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 16.9%
G = 59.15%
B = 23.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#30A844 (or 0x30A844) is known color: Chateau Green. HEX triplet: 30, A8 and 44. RGB value is (48,168,68). Sum of RGB (Red+Green+Blue) = 48+168+68=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 168 (66.02% from 255 or 59.15% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 168 - color contains mainly: green. Hex color #30A844 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A844 is #CF57BB. Grayscale: #787878. Windows color (decimal): -13588412 or 4499504. OLE color: 4499504.

HSL color Cylindrical-coordinate representation of color #30A844: hue angle of 130º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A844 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 168 68 -
CMYK 0.71 0 0.60 0.34
HSL 130º 0.56% 0.42% -
HSV(B) 130º 0.71% 0.66% -
XYZ 16.26 29.05 10.22 -
YUV 120.72 98.24 76.13 -
System Red Green Blue C M Y K H S L
Decimal 48 168 68 0.71 0 0.60 0.34 130 0.56 0.42
Hex 30 A8 44 47 0 3C 22 82 38 2A
Octal 60 250 104 107 0 74 42 202 70 52
Binary 110000 10101000 1000100 1000111 0 111100 100010 10000010 111000 101010

Color Harmonies of #30A844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A844

Black with #30A844

Text Example


Text Example

White with #30A844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,168,68); }

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

background-color css

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

 a { background-color: rgb(48,168,68); }

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

border-color css

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

 span { border-color: rgb(48,168,68); }

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