Html Css Color HEX #06C319 Dark Pastel Green

📋 copy color: '#06C319'

red 6 ◦ green 195 ◦ blue 25

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

Shades of Dark Pastel Green #06C319

Tints of Dark Pastel Green #06C319

RGB

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

 GREEN value IS 195 (76.56% from 255) = 86.28%

 BLUE value IS 25 (10.16% from 255) = 11.06%

R = 2.65%
G = 86.28%
B = 11.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#06C319 (or 0x06C319) is known color: Dark Pastel Green. HEX triplet: 06, C3 and 19. RGB value is (6,195,25). Sum of RGB (Red+Green+Blue) = 6+195+25=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 195 (76.56% from 255 or 86.28% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 195 - color contains mainly: green. Hex color #06C319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C319 is #F93CE6. Grayscale: #777777. Windows color (decimal): -16334055 or 1688326. OLE color: 1688326.

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

Color convert

RGB 6 195 25 -
CMYK 0.97 0 0.87 0.24
HSL 126.03º 0.94% 0.39% -
HSV(B) 126.03º 0.97% 0.76% -
XYZ 19.77 39.14 7.43 -
YUV 119.11 74.88 47.32 -
System Red Green Blue C M Y K H S L
Decimal 6 195 25 0.97 0 0.87 0.24 126.03 0.94 0.39
Hex 6 C3 19 61 0 57 18 7E 5E 27
Octal 6 303 31 141 0 127 30 176 136 47
Binary 110 11000011 11001 1100001 0 1010111 11000 1111110 1011110 100111

Color Harmonies of #06C319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C319

Black with #06C319

Text Example


Text Example

White with #06C319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,195,25); }

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

background-color css

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

 a { background-color: rgb(6,195,25); }

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

border-color css

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

 span { border-color: rgb(6,195,25); }

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