Html Css Color HEX #06BE1D Dark Pastel Green

📋 copy color: '#06BE1D'

red 6 ◦ green 190 ◦ blue 29

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

Shades of Dark Pastel Green #06BE1D

Tints of Dark Pastel Green #06BE1D

RGB

 RED value IS 6 (2.73% from 255) = 2.67%

 GREEN value IS 190 (74.61% from 255) = 84.44%

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 2.67%
G = 84.44%
B = 12.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#06BE1D (or 0x06BE1D) is known color: Dark Pastel Green. HEX triplet: 06, BE and 1D. RGB value is (6,190,29). Sum of RGB (Red+Green+Blue) = 6+190+29=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 190 (74.61% from 255 or 84.44% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 190 - color contains mainly: green. Hex color #06BE1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BE1D is #F941E2. Grayscale: #757575. Windows color (decimal): -16335331 or 1949190. OLE color: 1949190.

HSL color Cylindrical-coordinate representation of color #06BE1D: hue angle of 127.5º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BE1D is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 190 29 -
CMYK 0.97 0 0.85 0.25
HSL 127.5º 0.94% 0.38% -
HSV(B) 127.5º 0.97% 0.75% -
XYZ 18.71 36.95 7.31 -
YUV 116.63 78.54 49.09 -
System Red Green Blue C M Y K H S L
Decimal 6 190 29 0.97 0 0.85 0.25 127.5 0.94 0.38
Hex 6 BE 1D 61 0 55 19 80 5E 26
Octal 6 276 35 141 0 125 31 200 136 46
Binary 110 10111110 11101 1100001 0 1010101 11001 10000000 1011110 100110

Color Harmonies of #06BE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BE1D

Black with #06BE1D

Text Example


Text Example

White with #06BE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,190,29); }

 H1.HeaderClassName
 {
   color: #06BE1D;
 }
 .AnyTagClassName
 {
   color: #06BE1D;
 }
</style>

background-color css

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

 a { background-color: rgb(6,190,29); }

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

border-color css

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

 span { border-color: rgb(6,190,29); }

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