Html Css Color HEX #2CB57B Jungle Green

📋 copy color: '#2CB57B'

red 44 ◦ green 181 ◦ blue 123

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

Shades of Jungle Green #2CB57B

Tints of Jungle Green #2CB57B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.01%

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 12.64%
G = 52.01%
B = 35.34%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#2CB57B (or 0x2CB57B) is known color: Jungle Green. HEX triplet: 2C, B5 and 7B. RGB value is (44,181,123). Sum of RGB (Red+Green+Blue) = 44+181+123=348 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.64% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB57B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB57B is #D34A84. Grayscale: #858585. Windows color (decimal): -13847173 or 8107308. OLE color: 8107308.

HSL color Cylindrical-coordinate representation of color #2CB57B: hue angle of 154.6º 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 #2CB57B is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 123 -
CMYK 0.76 0 0.32 0.29
HSL 154.6º 0.61% 0.44% -
HSV(B) 154.6º 0.76% 0.71% -
XYZ 21.14 35.01 24.38 -
YUV 133.43 122.11 64.22 -
System Red Green Blue C M Y K H S L
Decimal 44 181 123 0.76 0 0.32 0.29 154.6 0.61 0.44
Hex 2C B5 7B 4C 0 20 1D 9B 3D 2C
Octal 54 265 173 114 0 40 35 233 75 54
Binary 101100 10110101 1111011 1001100 0 100000 11101 10011011 111101 101100

Color Harmonies of #2CB57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB57B

Black with #2CB57B

Text Example


Text Example

White with #2CB57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,181,123); }

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

background-color css

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

 a { background-color: rgb(44,181,123); }

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

border-color css

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

 span { border-color: rgb(44,181,123); }

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