Html Css Color HEX #2CB206 Kelly Green

📋 copy color: '#2CB206'

red 44 ◦ green 178 ◦ blue 6

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

Shades of Kelly Green #2CB206

Tints of Kelly Green #2CB206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 19.3%
G = 78.07%
B = 2.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#2CB206 (or 0x2CB206) is known color: Kelly Green. HEX triplet: 2C, B2 and 06. RGB value is (44,178,6). Sum of RGB (Red+Green+Blue) = 44+178+6=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 178 (69.92% from 255 or 78.07% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB206 is #D34DF9. Grayscale: #767676. Windows color (decimal): -13848058 or 438828. OLE color: 438828.

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

Color convert

RGB 44 178 6 -
CMYK 0.75 0 0.97 0.30
HSL 106.74º 0.93% 0.36% -
HSV(B) 106.74º 0.97% 0.7% -
XYZ 16.99 32.39 5.53 -
YUV 118.33 64.61 74.99 -
System Red Green Blue C M Y K H S L
Decimal 44 178 6 0.75 0 0.97 0.30 106.74 0.93 0.36
Hex 2C B2 6 4B 0 61 1E 6B 5D 24
Octal 54 262 6 113 0 141 36 153 135 44
Binary 101100 10110010 110 1001011 0 1100001 11110 1101011 1011101 100100

Color Harmonies of #2CB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB206

Black with #2CB206

Text Example


Text Example

White with #2CB206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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