Html Css Color HEX #3CB28B Jungle Green

📋 copy color: '#3CB28B'

red 60 ◦ green 178 ◦ blue 139

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

Shades of Jungle Green #3CB28B

Tints of Jungle Green #3CB28B

RGB

 RED value IS 60 (23.83% from 255) = 15.92%

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 15.92%
G = 47.21%
B = 36.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#3CB28B (or 0x3CB28B) is known color: Jungle Green. HEX triplet: 3C, B2 and 8B. RGB value is (60,178,139). Sum of RGB (Red+Green+Blue) = 60+178+139=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB28B is #C34D74. Grayscale: #8A8A8A. Windows color (decimal): -12799349 or 9155132. OLE color: 9155132.

HSL color Cylindrical-coordinate representation of color #3CB28B: hue angle of 160.17º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB28B is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 178 139 -
CMYK 0.66 0 0.22 0.30
HSL 160.17º 0.5% 0.47% -
HSV(B) 160.17º 0.66% 0.7% -
XYZ 22.44 34.67 29.93 -
YUV 138.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 60 178 139 0.66 0 0.22 0.30 160.17 0.5 0.47
Hex 3C B2 8B 42 0 16 1E A0 32 2F
Octal 74 262 213 102 0 26 36 240 62 57
Binary 111100 10110010 10001011 1000010 0 10110 11110 10100000 110010 101111

Color Harmonies of #3CB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB28B

Black with #3CB28B

Text Example


Text Example

White with #3CB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CB28B; }

 p { color: rgb(60,178,139); }

 H1.HeaderClassName
 {
   color: #3CB28B;
 }
 .AnyTagClassName
 {
   color: #3CB28B;
 }
</style>

background-color css

<style>
 a { background-color: #3CB28B; }

 a { background-color: rgb(60,178,139); }

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

border-color css

<style>
 span { border-color: #3CB28B; }

 span { border-color: rgb(60,178,139); }

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