Html Css Color HEX #2CB67D Jungle Green

📋 copy color: '#2CB67D'

red 44 ◦ green 182 ◦ blue 125

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

Shades of Jungle Green #2CB67D

Tints of Jungle Green #2CB67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 12.54%
G = 51.85%
B = 35.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#2CB67D (or 0x2CB67D) is known color: Jungle Green. HEX triplet: 2C, B6 and 7D. RGB value is (44,182,125). Sum of RGB (Red+Green+Blue) = 44+182+125=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB67D is #D34982. Grayscale: #868686. Windows color (decimal): -13846915 or 8238636. OLE color: 8238636.

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

Color convert

RGB 44 182 125 -
CMYK 0.76 0 0.31 0.29
HSL 155.22º 0.61% 0.44% -
HSV(B) 155.22º 0.76% 0.71% -
XYZ 21.47 35.47 25.12 -
YUV 134.24 122.78 63.63 -
System Red Green Blue C M Y K H S L
Decimal 44 182 125 0.76 0 0.31 0.29 155.22 0.61 0.44
Hex 2C B6 7D 4C 0 1F 1D 9B 3D 2C
Octal 54 266 175 114 0 37 35 233 75 54
Binary 101100 10110110 1111101 1001100 0 11111 11101 10011011 111101 101100

Color Harmonies of #2CB67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB67D

Black with #2CB67D

Text Example


Text Example

White with #2CB67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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