Html Css Color HEX #2CB68B Jungle Green

📋 copy color: '#2CB68B'

red 44 ◦ green 182 ◦ blue 139

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

Shades of Jungle Green #2CB68B

Tints of Jungle Green #2CB68B

RGB

 RED value IS 44 (17.58% from 255) = 12.05%

 GREEN value IS 182 (71.48% from 255) = 49.86%

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

R = 12.05%
G = 49.86%
B = 38.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#2CB68B (or 0x2CB68B) is known color: Jungle Green. HEX triplet: 2C, B6 and 8B. RGB value is (44,182,139). Sum of RGB (Red+Green+Blue) = 44+182+139=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB68B is #D34974. Grayscale: #878787. Windows color (decimal): -13846901 or 9156140. OLE color: 9156140.

HSL color Cylindrical-coordinate representation of color #2CB68B: hue angle of 161.3º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB68B is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 182 139 -
CMYK 0.76 0 0.24 0.29
HSL 161.3º 0.61% 0.44% -
HSV(B) 161.3º 0.76% 0.71% -
XYZ 22.43 35.86 30.16 -
YUV 135.84 129.78 62.5 -
System Red Green Blue C M Y K H S L
Decimal 44 182 139 0.76 0 0.24 0.29 161.3 0.61 0.44
Hex 2C B6 8B 4C 0 18 1D A1 3D 2C
Octal 54 266 213 114 0 30 35 241 75 54
Binary 101100 10110110 10001011 1001100 0 11000 11101 10100001 111101 101100

Color Harmonies of #2CB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB68B

Black with #2CB68B

Text Example


Text Example

White with #2CB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CB68B; }

 p { color: rgb(44,182,139); }

 H1.HeaderClassName
 {
   color: #2CB68B;
 }
 .AnyTagClassName
 {
   color: #2CB68B;
 }
</style>

background-color css

<style>
 a { background-color: #2CB68B; }

 a { background-color: rgb(44,182,139); }

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

border-color css

<style>
 span { border-color: #2CB68B; }

 span { border-color: rgb(44,182,139); }

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