#06CB1B

Color #06CB1B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #06CB1B

Tints of Dark Pastel Green #06CB1B

Color information

#06CB1B (or 0x06CB1B) is unknown color: approx Dark Pastel Green. HEX triplet: 06, CB and 1B. RGB value is (6,203,27). Sum of RGB (Red+Green+Blue) = 6+203+27=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 203 (79.69% from 255 or 86.02% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CB1B is #F934E4. Grayscale: #7C7C7C. Windows color (decimal): -16332005 or 1821446. OLE color: 1821446.

HSL color Cylindrical-coordinate representation of color #06CB1B: hue angle of 126.4º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CB1B is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB620327-
CMYK0.9700.870.20
HSL126.4º94.26%40.98%-
HSV(B)126.4º97.04%79.61%-
XYZ21.6342.838.16-
YUV124.0373.2343.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.54%
GREEN value IS 203 (79.69% from 255) = 86.02%
BLUE value IS 27 (10.94% from 255) = 11.44%
R=2.54%
G=86.02%
B=11.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6203270.9700.870.20126.494.2640.98
Hex6CB1B61057147e5e29
Octal63133314101272417613651
Binary11011001011110111100001010101111010011111101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06CB1B; }

 p { color: rgb(6,203,27); }

 H1.HeaderClassName
 {
   color: #06CB1B;
 }
 .AnyTagClassName
 {
   color: #06CB1B;
 }
</style>
background-color css

<style>
 a { background-color: #06CB1B; }

 a { background-color: rgb(6,203,27); }

 div.DivClassName
 {
   background-color: #06CB1B;
 }
 .BgClassName
 {
   background-color: #06CB1B;
 }
</style>
border-color css

<style>
 span { border-color: #06CB1B; }

 span { border-color: rgb(6,203,27); }

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