Html Css Color HEX #2CB28C Jungle Green

📋 copy color: '#2CB28C'

red 44 ◦ green 178 ◦ blue 140

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

Shades of Jungle Green #2CB28C

Tints of Jungle Green #2CB28C

RGB

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

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

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

R = 12.15%
G = 49.17%
B = 38.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#2CB28C (or 0x2CB28C) is known color: Jungle Green. HEX triplet: 2C, B2 and 8C. RGB value is (44,178,140). Sum of RGB (Red+Green+Blue) = 44+178+140=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB28C is #D34D73. Grayscale: #858585. Windows color (decimal): -13847924 or 9220652. OLE color: 9220652.

HSL color Cylindrical-coordinate representation of color #2CB28C: hue angle of 162.99º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB28C is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 140 -
CMYK 0.75 0 0.21 0.30
HSL 162.99º 0.6% 0.44% -
HSV(B) 162.99º 0.75% 0.7% -
XYZ 21.69 34.27 30.28 -
YUV 133.6 131.61 64.09 -
System Red Green Blue C M Y K H S L
Decimal 44 178 140 0.75 0 0.21 0.30 162.99 0.6 0.44
Hex 2C B2 8C 4B 0 15 1E A3 3C 2C
Octal 54 262 214 113 0 25 36 243 74 54
Binary 101100 10110010 10001100 1001011 0 10101 11110 10100011 111100 101100

Color Harmonies of #2CB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB28C

Black with #2CB28C

Text Example


Text Example

White with #2CB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,140); }

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

background-color css

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

 a { background-color: rgb(44,178,140); }

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

border-color css

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

 span { border-color: rgb(44,178,140); }

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