Html Css Color HEX #30AE8C Jungle Green

📋 copy color: '#30AE8C'

red 48 ◦ green 174 ◦ blue 140

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

Shades of Jungle Green #30AE8C

Tints of Jungle Green #30AE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.07%

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 13.26%
G = 48.07%
B = 38.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#30AE8C (or 0x30AE8C) is known color: Jungle Green. HEX triplet: 30, AE and 8C. RGB value is (48,174,140). Sum of RGB (Red+Green+Blue) = 48+174+140=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AE8C is #CF5173. Grayscale: #848484. Windows color (decimal): -13586804 or 9219632. OLE color: 9219632.

HSL color Cylindrical-coordinate representation of color #30AE8C: hue angle of 163.81º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AE8C is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 174 140 -
CMYK 0.72 0 0.20 0.32
HSL 163.81º 0.57% 0.44% -
HSV(B) 163.81º 0.72% 0.68% -
XYZ 21.09 32.79 30.03 -
YUV 132.45 132.26 67.76 -
System Red Green Blue C M Y K H S L
Decimal 48 174 140 0.72 0 0.20 0.32 163.81 0.57 0.44
Hex 30 AE 8C 48 0 14 20 A4 39 2C
Octal 60 256 214 110 0 24 40 244 71 54
Binary 110000 10101110 10001100 1001000 0 10100 100000 10100100 111001 101100

Color Harmonies of #30AE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AE8C

Black with #30AE8C

Text Example


Text Example

White with #30AE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,174,140); }

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

background-color css

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

 a { background-color: rgb(48,174,140); }

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

border-color css

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

 span { border-color: rgb(48,174,140); }

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